Files
fizzy/app/views/boards/show/menu/_maximize.html.erb
T

5 lines
245 B
Plaintext

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