<% cache [ collection, page.records ] do %>
">

The Stream

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