e5f7d252fe
To remove links and customize as we need to
12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
<section id="closed-cards" class="cards cards--closed">
|
|
<% if page.used? %>
|
|
<%= render partial: "cards/display/public_preview", collection: page.records, as: :card, cached: true %>
|
|
|
|
<% unless page.last? %>
|
|
<%= public_collection_cards_next_page_link collection, "closed-cards", fetch_on_visible: true, page: page %>
|
|
<% end %>
|
|
<% else %>
|
|
<p class="txt-medium translucent">Nothing here</p>
|
|
<% end %>
|
|
</section>
|