Files
fizzy/app/views/collections/show/menu/_expand.html.erb
T
2025-10-03 15:39:35 -05:00

5 lines
247 B
Plaintext

<%= link_to column_path, class: "btn btn--circle txt-x-small borderless cards__expander-button", data: { turbo_frame: "_top" } do %>
<%= icon_tag "expand", class: "translucent" %>
<span class="for-screen-reader">Expand column</span>
<% end %>