From 6896e2c3d4cb784b1f796406185d7577f7bdd4e9 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 21 Aug 2025 20:51:40 -0500 Subject: [PATCH] More separation for closed section --- app/views/cards/index/engagement/_closed.html.erb | 2 +- app/views/public/collections/show/_closed.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cards/index/engagement/_closed.html.erb b/app/views/cards/index/engagement/_closed.html.erb index ed7dc3c50..ec3da0d4a 100644 --- a/app/views/cards/index/engagement/_closed.html.erb +++ b/app/views/cards/index/engagement/_closed.html.erb @@ -1,4 +1,4 @@ -
+
<%= render "cards/index/closure_filter", filter: filter %> <% if page.used? %> diff --git a/app/views/public/collections/show/_closed.html.erb b/app/views/public/collections/show/_closed.html.erb index fe22c5ffa..db19088f8 100644 --- a/app/views/public/collections/show/_closed.html.erb +++ b/app/views/public/collections/show/_closed.html.erb @@ -1,4 +1,4 @@ -
+
<% if page.used? %> <%= render partial: "cards/display/public_preview", collection: page.records, as: :card, cached: true %>