From 6598db41810cdaa04d3b7dd741cab3f357022f90 Mon Sep 17 00:00:00 2001 From: drusepth Date: Mon, 5 Sep 2022 17:32:35 -0700 Subject: [PATCH] replace old footer --- app/views/layouts/tailwind.html.erb | 32 ++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index b3b7cf2e..5d2499f2 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -291,8 +291,38 @@
<%= yield %>
+ + - <%= react_component("Footer") unless defined?(@show_footer) && !@show_footer %> + <%# react_component("Footer") unless defined?(@show_footer) && !@show_footer %> <%# render 'layouts/quick_add_fab' unless defined?(@show_footer) && !@show_footer %>