From 4c862710e4578fb3ae0230fcaf727925e8e8e5e9 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 15 Nov 2021 11:53:17 +0000 Subject: [PATCH] Update footer --- app/views/layouts/_footer.html.erb | 48 ++++++++++++++++++++++++++ app/views/layouts/application.html.erb | 29 +--------------- 2 files changed, 49 insertions(+), 28 deletions(-) create mode 100644 app/views/layouts/_footer.html.erb diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb new file mode 100644 index 000000000..ffba80da2 --- /dev/null +++ b/app/views/layouts/_footer.html.erb @@ -0,0 +1,48 @@ +
+ + +
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 343307b55..7ea45b6e4 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -72,34 +72,7 @@