Files
fizzy/app/views/collections/edit/_delete.html.erb
T
2025-06-09 12:58:58 +02:00

7 lines
339 B
Plaintext

<%= form_with model: collection, class: "txt-align-center", method: :delete do |form| %>
<%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this Collection?" } do %>
<%= icon_tag "trash" %>
<span>Delete this Collection</span>
<% end %>
<% end %>