From 53720876b481b4c26b20fd58706e53ef24d8ab5f Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 25 Nov 2022 10:47:49 +0100 Subject: [PATCH] Colorize feature badges --- core/admin/mailu/ui/templates/user/list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/admin/mailu/ui/templates/user/list.html b/core/admin/mailu/ui/templates/user/list.html index 84c0cd27..1c845062 100644 --- a/core/admin/mailu/ui/templates/user/list.html +++ b/core/admin/mailu/ui/templates/user/list.html @@ -40,9 +40,9 @@ {{ user }} - {% if user.enable_imap %}imap{% endif %} - {% if user.enable_pop %}pop3{% endif %} - {% if user.allow_spoofing %}allow-spoofing{% endif %} + {% if user.enable_imap %}imap{% endif %} + {% if user.enable_pop %}pop3{% endif %} + {% if user.allow_spoofing %}allow-spoofing{% endif %} {{ user.quota_bytes_used | filesizeformat }} / {{ (user.quota_bytes | filesizeformat) if user.quota_bytes else '∞' }} {{ user.comment or '-' }}