diff --git a/files/templates/comments.html b/files/templates/comments.html index 6ceef0d21..575c8c628 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) %} -
+ {% if v and v.admin_level >= 2 %} +-
+
+
+ {% endif %}
+ {% if v %}
+
+ {% endif %}
+
+ -
+
+
+ {%- include 'component/comment/voting_mobile.html' -%}
+
++-
+ {%- include 'component/comment/voting_desktop.html' -%}
+ {%- include 'component/comment/actions_desktop.html' -%}
+
+
+- {% if v and v.admin_level >= 2 %} --
-
-
- {% endif %}
- {% if v %}
-
- {% endif %}
-
- -
-
-
- {%- include 'component/comment/voting_mobile.html' -%}
-
---
- {%- include 'component/comment/voting_desktop.html' -%}
- {%- include 'component/comment/actions_desktop.html' -%}
-
-
-