Style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user