You can now see what feeds are disabled on the home page

This commit is contained in:
2023-01-16 22:00:18 +01:00
parent 31a71433ae
commit a3a923156e

View File

@ -44,6 +44,7 @@
{% if hook_from_context.url == hook_from_feed %}
<a class="text-muted"
href="/feed?feed_url={{ feed.url|encode_url }}">{{ feed.url }}
{% if not feed.updates_enabled %}<span class="text-warning"> Disabled</span>{% endif %}
{% if feed.last_exception %}
<span class="text-danger">({{ feed.last_exception.value_str }})</span>
{% endif %}