Files
fizzy/app/views/cards/_webhooks.html.erb
T

5 lines
250 B
Plaintext

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