From 03cd4246ff65fbfd807fc5936a4e664929946381 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 24 Oct 2022 22:39:48 +0200 Subject: [PATCH] switch the position of "reply" and "mute" --- files/templates/comments.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 99f7b042f..c0d0e76a5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -561,12 +561,13 @@ {% if request.path.startswith('/notifications') and c.level == 1 and c.sentto and not c.parent_submission and c.author_id != AUTOJANNY_ID %} + Reply + {% if (v and v.admin_level >= PERMS['USER_BAN']) and (c.sentto == 2) %} - Mute - Unmute + Mute + Unmute {% endif %} - Reply