Files
fizzy/app/views/public/collections/show/_stream.html.erb
T
2025-10-03 14:09:29 -05:00

13 lines
416 B
Plaintext

<section id="the-stream" class="cards cards--considering"
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle">
<div class="cards__decoration"></div>
<% if page.used? %>
<%= with_manual_pagination "the-stream", @page do %>
<%= render "public/collections/columns/list", cards: page.records %>
<% end %>
<% end %>
<div class="cards__decoration-end"></div>
</section>