mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
ui: use only first type
* multiple types may be more precise but sometimes also to much information on the starting page
This commit is contained in:
@@ -31,9 +31,7 @@
|
||||
|
||||
{# Resource type badge #}
|
||||
<span class="ui label grey" data-tooltip="{{ _("Resource type") }}" data-inverted="">
|
||||
{%- for type in r.metadata.types %}
|
||||
{{ type }}
|
||||
{%- endfor %}
|
||||
{{ r.metadata.types[0] }}
|
||||
</span>
|
||||
|
||||
<span class="ui label access-status {{ r.access_status.id }}"
|
||||
|
||||
Reference in New Issue
Block a user