bugfix(ui): display access right on frontpage the same way as in search page

This commit is contained in:
Christoph Ladurner
2020-12-29 15:19:34 +01:00
parent 22aed7444a
commit 5eb9c40081

View File

@@ -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>