From 09841735043b9db96918853e0abc91899dd31c9a Mon Sep 17 00:00:00 2001 From: DjVinnii Date: Thu, 1 Apr 2021 16:54:25 +0200 Subject: [PATCH] Change label to badge --- core/admin/mailu/ui/templates/user/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/admin/mailu/ui/templates/user/list.html b/core/admin/mailu/ui/templates/user/list.html index 3cc724c8..cfec6276 100644 --- a/core/admin/mailu/ui/templates/user/list.html +++ b/core/admin/mailu/ui/templates/user/list.html @@ -40,8 +40,8 @@ {{ user }} - {% if user.enable_imap %}imap{% endif %} - {% if user.enable_pop %}pop3{% endif %} + {% if user.enable_imap %}imap{% endif %} + {% if user.enable_pop %}pop3{% endif %} {{ user.quota_bytes_used | filesizeformat }} / {{ (user.quota_bytes | filesizeformat) if user.quota_bytes else '∞' }} {{ user.comment or '-' }}