<%= column_tag id: "the-stream", name: "Maybe?", drop_url: columns_card_drops_stream_path("__id__"), collapsed: false, selected: "true", class: "cards--considering" do %>

Maybe?

<%= link_to board_columns_stream_path(board), class: "cards__maximize-button btn btn--circle txt-x-small borderless", data: { turbo_frame: "_top" } do %> <%= icon_tag "grid", class: "translucent" %> Expand column <% end %>
<%= render "columns/show/add_card_button", board: board %> <% if page.used? %> <%= with_automatic_pagination "the-stream", @page do %> <%= render "boards/columns/list", cards: page.records, draggable: true %> <% end %> <% end %> <% end %>