Files
fizzy/app/views/cards/_webhooks.html.erb
T
2025-09-16 20:08:06 +02:00

5 lines
225 B
Plaintext

<%= link_to collection_webhooks_path(collection_id: collection), class: ["btn tooltip", {"btn--reversed": collection.webhooks.any?}] do %>
<%= icon_tag "world" %>
<span class="for-screen-reader">Webhooks</span>
<% end %>