SHow privacy icon on shelves

This commit is contained in:
Mouse Reeve
2020-11-10 16:18:48 -08:00
parent 81d09a3d1b
commit 176257eb85
3 changed files with 25 additions and 18 deletions

View File

@ -68,7 +68,12 @@
<div class="block columns">
<div class="column">
<h2 class="title is-3">{{ shelf.name }}</h2>
<h2 class="title is-3">
{{ shelf.name }}
<span class="subtitle">
{% include 'snippets/privacy-icons.html' with item=shelf %}
</span>
</h2>
</div>
{% if is_self %}
<div class="column is-narrow">