Files
fizzy/app/views/cards/_collection_settings.html.erb
T
Jorge Manrubia 109a95ac6f Tidy up settings
2025-08-21 13:25:47 +02:00

7 lines
256 B
Plaintext

<%= access_involvement_advance_button collection, Current.user %>
<%= link_to edit_collection_path(collection), class: "btn tooltip" do %>
<%= icon_tag "settings" %>
<span class="for-screen-reader">Settings for <%= collection.name %></span>
<% end %>