You can now see what feeds are disabled on the home page
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user