From daee6f3292f0e7cd799f3666415a76bac61654c8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 13:54:44 +0300 Subject: [PATCH] swap "mute" and "reply" in modmail for consistency with normal messages --- files/templates/comments.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 7a0055de3..dc2dd6900 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -527,13 +527,13 @@ {% 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 %} - + {% if c.sentto == MODMAIL_ID and v and v.id != c.author_id and v.admin_level >= PERMS['USER_BAN'] %} + + + {% endif %} + {% if c.author_id != v.id and request.path == '/notifications/messages' %}