mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-03-24 13:52:45 +00:00
bugfix(ui): display access right on frontpage the same way as in search page
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
|
||||
<div class="right floated column">
|
||||
<span class="access-right">
|
||||
{{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') | lower }}
|
||||
<i class="icon lock open"></i>
|
||||
{{ r.access.access_right | make_dict_like('access_right') | vocabulary_title('access_right') }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user