exports: put breadcrumb in an include, add a link to go back to the list

This commit is contained in:
2022-09-08 11:04:38 +02:00
parent 1dcff2f23c
commit f10ec3991d
5 changed files with 11 additions and 17 deletions

View File

@@ -36,10 +36,7 @@ window.addEventListener("DOMContentLoaded", function(e) {
{% block content %}
<div class="col-md-10">
<h6>
<i class="fa fa-folder-open-o fa-fw"></i>
{{ export_group|trans }}
</h6>
{{ include('@ChillMain/Export/_breadcrumb.html.twig') }}
<h1>{{ export.title|trans }}</h1>
<h2>{{ "Download export"|trans }}</h2>