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