This commit is contained in:
David Heinemeier Hansson
2025-04-17 14:53:45 +02:00
parent f24287915f
commit ab1835294d
+1 -1
View File
@@ -5,7 +5,7 @@
<%= render "cards/golden_toggle", card: card if card.doing? %>
<%= render "cards/image", card: card %>
<%= button_to collection_card_path(card.collection, card),
method: :delete, class: "btn", data: { turbo_confirm: "Are you sure you want to delete this?" } do %>
method: :delete, class: "btn", data: { turbo_confirm: "Are you sure you want to delete this?" } do %>
<%= icon_tag "trash" %> <span class="for-screen-reader">Delete</span>
<% end %>
</aside>