Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix like in new page #1639

Merged
merged 3 commits into from
Dec 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
now like will work in new home page
  • Loading branch information
JisanAR03 committed Dec 8, 2023
commit 961f7ba0846cbfdd514f15d003c58f1ec235caf4
1 change: 0 additions & 1 deletion website/templates/_bug.html
Original file line number Diff line number Diff line change
@@ -32,7 +32,6 @@
{% endif %}
{% endfor %}
</div>
{% comment %} print logged in user issue_upvoted list {% endcomment %}

<div class="bug-actions h-[45px] flex flex-row">
<button onclick="like_unlike_handler(event,{{bug.id}})">
Loading