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 %}
|
{% if hook_from_context.url == hook_from_feed %}
|
||||||
<a class="text-muted"
|
<a class="text-muted"
|
||||||
href="/feed?feed_url={{ feed.url|encode_url }}">{{ feed.url }}
|
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 %}
|
{% if feed.last_exception %}
|
||||||
<span class="text-danger">({{ feed.last_exception.value_str }})</span>
|
<span class="text-danger">({{ feed.last_exception.value_str }})</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user