From 074168ec66d6e8b8bc94abd0abd922a6dded5765 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 7 Sep 2023 12:06:48 +0300 Subject: [PATCH] move the pin button up --- files/templates/comments.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index ccdb40313..bac95512f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -419,18 +419,6 @@ {% endif %} - {% if v.id != c.author_id and not c.ghost %} - - - - - {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %} - - - - {% endif %} - {% endif %} - {% if c.parent_post %} {% set url = "" %} @@ -449,6 +437,18 @@ {% endif %} {% endif %} + {% if v.id != c.author_id and not c.ghost %} + + + + + {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %} + + + + {% endif %} + {% endif %} + {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}