From c7c611c0f33fcf1d146e4afd868b5647fda8b479 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 1 Dec 2019 11:36:25 +0300 Subject: [PATCH] fix(admin-plugin): fix breadcrumbs for theme templates --- site/plugins/admin/views/partials/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index 576eaec6..14c2aca2 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -200,7 +200,7 @@ is_current_path('admin.templates.rename') or is_current_path('admin.templates.add') %}
- / {{ theme }} {% if id %} / {{ id }}{% endif %} + / {{ theme }} {% if id %} / {{ id }}{% endif %}
{% endif %}