From 2edd9aa7ce1e5163320866c0d9aa85e27714031e Mon Sep 17 00:00:00 2001 From: zyuhel Date: Wed, 29 Mar 2023 23:51:32 +0300 Subject: [PATCH] fix(): add scroll arrow to battles according issue #1070 --- frontend/html/posts/show/battle.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/html/posts/show/battle.html b/frontend/html/posts/show/battle.html index 332baee02..4e4a3ea3c 100644 --- a/frontend/html/posts/show/battle.html +++ b/frontend/html/posts/show/battle.html @@ -87,6 +87,9 @@ {% block comments %}
+
+ +
{% battle_stats post comments %} {% if me and me.is_active_membership %} @@ -106,7 +109,7 @@
{% endif %} - + {% if comments %}
{% include "comments/list.html" with comments=comments reply_form=reply_form type="battle" %}