diff --git a/files/templates/comments.html b/files/templates/comments.html index c1b22377f0..2003e9a7dd 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -167,9 +167,16 @@ {% endif %} -
+{% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 %} + {% set ni = True %} +{% else %} + {% set ni = False %} +{% endif %} - {% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 %}{% endif %} +
+ {% if ni %} + + {% endif %}
@@ -232,7 +239,7 @@
removed by @{{c.ban_reason}}
{% endif %} -
+
{{c.realbody(v) | safe}} {% if c.options %} {{c.options_html(v) | safe}} @@ -846,7 +853,7 @@ {% if v %} - + {% endif %}