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:
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user