mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 05:01:58 +00:00
bugfix(ui): start page license was not a url
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
<i class="icon lock open"></i>
|
<i class="icon lock open"></i>
|
||||||
{{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') }}
|
{{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') }}
|
||||||
{%- for right in r.metadata.rights %}
|
{%- for right in r.metadata.rights %}
|
||||||
{{ '(' ~ right.identifier ~ ')' }}
|
<a target="_blank" href="{{right.url}}">{{ '(' ~ right.identifier ~ ')' }}</a>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user