b0aae3ad9e
This reverts commit a4cc143b09.
5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
<%= link_to edit_collection_card_path(card.collection, card), class: "btn", data: { turbo_frame: dom_id(card, :edit) } do %>
|
|
<%= icon_tag "pencil" %>
|
|
<span class="for-screen-reader">Edit</span>
|
|
<% end %>
|