From 8ece7add772968f516866034e14bc85a31064e44 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:57:45 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 77 ++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 9bdb0ddc0..7b422df92 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,31 +1,3 @@ - - {% if v %} {% include "award_modal.html" %} @@ -359,14 +331,7 @@ {% endif %} - - {{c.age_string}} - - {% if c.edited_utc %} - - Edited {{c.edited_string}} - - {% endif %} + {% endif %} @@ -448,7 +413,7 @@ {% if render_replies %} - {% if level<8 %} + {% if level<2 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}} @@ -472,6 +437,9 @@ {% endif %}
+ + {% include "/modals/ModalCommentActions.html" %} + {% endif %} @@ -484,6 +452,41 @@ {% endfor %} +{% if v %} + {% include "gif_modal.html" %} + {% include "emoji_modal.html" %} + {% if v.admin_level > 1 %} + {% include "ban_modal.html" %} + {% endif %} + + + + {% include "/modals/ModalReportComment.html" %} +{% endif %} +