Files
fizzy/app/views/boards/show/menu/_expand.html.erb
T
2025-11-05 13:41:12 +01:00

5 lines
247 B
Plaintext

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