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

Changed css class from label to badge for 'new' badge

parent a5ca61f6
No related branches found
No related tags found
1 merge request!50Upgraded to CKAN 2.10
...@@ -62,7 +62,7 @@ Example: ...@@ -62,7 +62,7 @@ Example:
<h3 class="dataset-heading"> <h3 class="dataset-heading">
{% block heading_private %} {% block heading_private %}
{% if package.is_new %} {% if package.is_new %}
<span class='label new-dataset-label'>{{ _('NEW') }}</span> <span class='badge new-dataset-label'>{{ _('NEW') }}</span>
{% endif %} {% endif %}
{% if package.private %} {% if package.private %}
<span class="dataset-private badge bg-secondary"> <span class="dataset-private badge bg-secondary">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment