From 44d2ca59fc28d64c5ba644563436475493f99f5f Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 23 Aug 2023 03:49:34 +0300 Subject: [PATCH] move editing comments to the janny menu --- files/templates/comments.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 31b804a1a7..5ee14eb3e4 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -595,7 +595,7 @@ - {% if c.author_id == v.id or v.admin_level >= PERMS['POST_COMMENT_EDITING'] %} + {% if c.author_id == v.id %} @@ -664,6 +664,12 @@ API App {% endif %} + {% if v.admin_level >= PERMS['POST_COMMENT_EDITING'] %} + + {% endif %} + {% if v.admin_level >= PERMS['POST_COMMENT_DISTINGUISH'] %}