From 2d143005e9fd48a0de89f2e58285bda44f8d31ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 5 Aug 2023 13:28:40 +0300 Subject: [PATCH] "unmute" button should be green --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 83b46a12a..575bb2e59 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -538,7 +538,7 @@ {% if (request.path.startswith('/notifications') or request.path == '/search/messages') and c.level == 1 and c.sentto and not c.parent_post and c.author_id != AUTOJANNY_ID %} {% if c.sentto == MODMAIL_ID and v and v.id != c.author_id and v.admin_level >= PERMS['USER_BAN'] %} - + {% endif %}