diff --git a/app/views/collections/show/_stream.html.erb b/app/views/collections/show/_stream.html.erb index 1a8e0842a..706bc8901 100644 --- a/app/views/collections/show/_stream.html.erb +++ b/app/views/collections/show/_stream.html.erb @@ -1,27 +1,24 @@ -<% 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_automatic_pagination "the-stream", @page do %> - <%= render "collections/columns/list", cards: page.records, draggable: true %> - <% end %> +
+

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 %> +
-
-
-<% end %> + <%= render "columns/show/add_card_button", collection: collection %> + <% if page.used? %> + <%= with_automatic_pagination "the-stream", @page do %> + <%= render "collections/columns/list", cards: page.records, draggable: true %> + <% end %> + <% end %> + +
+