From 3c8559d7411518bcd0c2123d27b9f8299d8d3f91 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 12 Nov 2022 05:02:55 -0600 Subject: [PATCH] contact: make mute button red like on userpage --- 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 b14057e2a..edb64e400 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -569,7 +569,7 @@ {% if (v and v.admin_level >= PERMS['USER_BAN']) and (c.sentto == 2) %} - + {% endif %}