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 %>