From 1712073f3a1b939babe0e19a2122c25a2a279d84 Mon Sep 17 00:00:00 2001 From: Walter Miller Date: Tue, 7 Nov 2023 06:56:10 -0500 Subject: [PATCH] revert change to comments.html --- files/templates/comments.html | 230 +++++++++++++++++----------------- 1 file changed, 115 insertions(+), 115 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 8807cb949..6ceef0d21 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -12,141 +12,141 @@ {% set replies = c.replies(v) %} {% if not c.visibility_and_message(v)[0] %} - {% if c.show_descendants(v) or is_notification_page %} -
-
-
-
-
- - - -
-
- {% if render_replies %} -
- {% if level <= RENDER_DEPTH_LIMIT - 1 %} - {% set standalone=false %} - {% for reply in replies %} - {{single_comment(reply, level=level+1)}} - {% endfor %} - {% endif %} -
- {% if replies and level >= RENDER_DEPTH_LIMIT -%} -
- {% if not is_notification_page %}{% endif %} - More comments -
- {%- endif %} - {% endif %} -
+{% if c.show_descendants(v) %} +
+
+
+
+ + + +
+
+ {% if render_replies %} +
+ {% if level <= RENDER_DEPTH_LIMIT - 1 %} + {% set standalone=false %} + {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} + {% endif %} +
+ {% if replies and level >= RENDER_DEPTH_LIMIT -%} +
+ {% if not is_notification_page %}{% endif %} + More comments +
+ {%- endif %} {% endif %} +
+
+{% endif %} {% else %} - {%- set voted = c.voted_display(v) -%} +{%- set voted = c.voted_display(v) -%} - {% if standalone and level==1 %} -