Skip to content

Commit

Permalink
fix(): add scroll arrow to battles (#1075)
Browse files Browse the repository at this point in the history
according issue #1070
  • Loading branch information
zyuhel authored Mar 30, 2023
1 parent ee76b07 commit 65c39e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/html/posts/show/battle.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@

{% block comments %}
<div class="post-comments" id="comments">
<div class="comment-scroll-arrow-wrapper">
<comment-scroll-arrow />
</div>
{% battle_stats post comments %}

{% if me and me.is_active_membership %}
Expand All @@ -106,7 +109,7 @@
</a>
</div>
{% endif %}

{% if comments %}
<div class="post-comments-list">
{% include "comments/list.html" with comments=comments reply_form=reply_form type="battle" %}
Expand Down

0 comments on commit 65c39e9

Please sign in to comment.