diff --git a/app/views/cards/_container.html.erb b/app/views/cards/_container.html.erb
index 4ac920e40..183315dcb 100644
--- a/app/views/cards/_container.html.erb
+++ b/app/views/cards/_container.html.erb
@@ -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" %> Delete
<% end %>