1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 13:23:18 +02:00

fix(admin-plugin): fix breadcrumbs for theme templates

This commit is contained in:
Awilum
2019-12-01 11:36:25 +03:00
parent 3e563addf4
commit c7c611c0f3

View File

@@ -200,7 +200,7 @@
is_current_path('admin.templates.rename') or
is_current_path('admin.templates.add') %}
<div class="entry-editor-heading">
/ {{ theme }} {% if id %} / {{ id }}{% endif %}
/ <a href="{{ path_for('admin.templates.index') }}?theme={{ theme }}">{{ theme }}</a> {% if id %} / {{ id }}{% endif %}
</div>
{% endif %}