From badff5526d38c5ef7158a0249f1cf838cb7fc615 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 9 Jul 2025 10:09:54 -0500 Subject: [PATCH] Move to layout so all public views display footer --- app/views/layouts/public.html.erb | 17 ++++++++++++++++- app/views/public/collections/show.html.erb | 19 ------------------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/app/views/layouts/public.html.erb b/app/views/layouts/public.html.erb index 9691cc80e..d8e22e2be 100644 --- a/app/views/layouts/public.html.erb +++ b/app/views/layouts/public.html.erb @@ -13,7 +13,22 @@ diff --git a/app/views/public/collections/show.html.erb b/app/views/public/collections/show.html.erb index ea9133130..3f6e98332 100644 --- a/app/views/public/collections/show.html.erb +++ b/app/views/public/collections/show.html.erb @@ -20,22 +20,3 @@ <%= render "public/collections/show/closed", collection: @collection, page: @closed %> - -<% content_for :footer do %> -
- - - - - - - - - - - - - - Made with Fizzy™ -
-<% end %>