From 8cf3f038493108fe5ca8def3d4ffea2cb1fc92bc Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 8 Dec 2015 02:52:10 +0000 Subject: [PATCH] moved to footer --- app/views/layouts/_footer.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 086cfb0..1257fbd 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -8,4 +8,9 @@ © 2015 wrestlingdev.com - \ No newline at end of file + +<% if Rails.env.production? %> +
+ +
+<% end %> \ No newline at end of file