From 59218c16a8dc9b0dbb568b1171eacea73162b5a9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:50:50 -0700 Subject: [PATCH] email: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/email/templates/email.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plinth/modules/email/templates/email.html b/plinth/modules/email/templates/email.html index d0ff370c4..b44163d37 100644 --- a/plinth/modules/email/templates/email.html +++ b/plinth/modules/email/templates/email.html @@ -4,11 +4,12 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %} {% block subsubmenu %} {% trans "Manage Spam" %} - + {% icon 'external-link' %} @@ -34,7 +35,7 @@ {{ domain }} - {% if domain == primary_domain %}
{% endif %} + {% if domain == primary_domain %}{% icon 'tag' %}{% endif %} {% endfor %}