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 %}