<%= link_to webhook, class: "txt-ink flex gap-half align-center min-width txt-medium" do %>
<%= webhook.name %>
<% end %>
<%= button_to webhook, method: :delete, class: "btn btn--circle btn--negative txt-xx-small flex-item-no-shrink",
data: { turbo_confirm: "Are you sure you want to permanently remove this webhook?" } do %>
<%= icon_tag "minus" %>
Remove <%= webhook.name %>
<% end %>