You can now click the webhook name to go to /webhooks

This commit is contained in:
2023-08-08 02:40:38 +02:00
parent 116f1dddf5
commit f5f157d724

View File

@ -32,7 +32,9 @@
{% for hook_from_context in webhooks %}
<div class="p-2 mb-2 border border-dark">
<ul class="list-group">
{{ hook_from_context.name }}
<h1 class="h5">
<a class="text-muted" href="/webhooks">{{ hook_from_context.name }}</a>
</h1>
{% for feed_webhook in feeds %}
{% set feed = feed_webhook["feed"] %}
{% set hook_from_feed = feed_webhook["webhook"] %}