Make index page tighter
This commit is contained in:
@ -33,10 +33,8 @@
|
||||
{% set feed = feed_webhook["feed"] %}
|
||||
{% set hook_from_feed = feed_webhook["webhook"] %}
|
||||
{% if hook_from_context.url == hook_from_feed %}
|
||||
<li class="list-group-item" style="background:#111111">
|
||||
<a class="text-muted"
|
||||
href="/feed?feed_url={{ feed.url|encode_url }}">{{ feed.url }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user