From a2c362a1b3a649b1c241d054234edfb385223a7b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 23:34:51 -0700 Subject: [PATCH] gitweb: 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/gitweb/templates/gitweb_configure.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plinth/modules/gitweb/templates/gitweb_configure.html b/plinth/modules/gitweb/templates/gitweb_configure.html index ec0922adb..c386daa69 100644 --- a/plinth/modules/gitweb/templates/gitweb_configure.html +++ b/plinth/modules/gitweb/templates/gitweb_configure.html @@ -6,6 +6,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -15,7 +16,7 @@ @@ -44,20 +45,19 @@ {% endif %} {% if repo.access == 'private' %} - + {% icon 'lock' class='svg-icon repo-private-icon secondary' %} {% endif %} - + {% icon 'pencil-square-o' %} - + {% icon 'trash-o' %} {% endfor %}