Hide feed management when there are no items

This commit is contained in:
Tim Van Baak 2020-06-02 21:39:41 -07:00
parent 8a5ceae829
commit 38c81c4c3f
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@
{% endif %}
</div>
{% endfor %}
{% if items %}
<div class="readable-item">
<details>
<summary><span class="item-title">Feed Management</span></summary>
@ -116,6 +117,7 @@
</div>
</details>
</div>
{% endif %}
{% else %}
<div class="readable-item">
<span class="item-title">Feed is empty</span>