Skip to content
Snippets Groups Projects
Commit da78c139 authored by Maximilian Loch's avatar Maximilian Loch
Browse files

display download BTN for csv-format

parent a2ea80fa
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,10 @@
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="{{ data['links'] | map(rel='self') | attr('href') }}?f=json">JSON</a></li>
<li class="nav-item"><a class="nav-link" href="{{ data['links'] | map(rel='self') | attr('href') }}?f=jsonld">JSON-LD</a></li>
<!-- Ein Link zum Download der Collection als CSV-Datei wird auf Colleciton / Items-Seiten angezeigt.-->
{% if self._TemplateReference__context.name == 'collections/items/index.html' %}
<li class="nav-item"><a class="nav-link" href="{{ data['links'] | map(rel='self') | attr('href') }}?f=csv">CSV</a></li>
{% endif %}
</ul>
</nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment