Skip to content
Snippets Groups Projects
Commit c5e9297c authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Added package info pill for collections

parent 33f78478
Branches
Tags
2 merge requests!48Merge dev into master,!47Resolve "Datenserien kennzeichnen"
......@@ -36,6 +36,11 @@ Example:
{% block content %}
<div class="dataset-content">
{% block heading %}
{% if package.get('type') == 'collection' %}
<div class='package-info-pill'>
{{ _('Collection') }}
</div>
{% endif %}
{%if daterange %}
<div class='package-info-pill'>
{{ daterange }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment