From a9f6f53cb3867f82b097290f58b3695b6c602954 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 20 Oct 2015 13:00:22 -0400 Subject: [PATCH] Ad blocker checker? --- app/views/layouts/_rsidebar.html.erb | 35 ++++++++++++++++++++++++++ app/views/layouts/application.html.erb | 10 ++++++++ app/views/static_pages/home.html.erb | 3 ++- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 app/views/layouts/_rsidebar.html.erb diff --git a/app/views/layouts/_rsidebar.html.erb b/app/views/layouts/_rsidebar.html.erb new file mode 100644 index 0000000..6553953 --- /dev/null +++ b/app/views/layouts/_rsidebar.html.erb @@ -0,0 +1,35 @@ +
 
+ diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c8f2257..7c39f1a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -30,6 +30,16 @@ +
+ +
<% end %> diff --git a/app/views/static_pages/home.html.erb b/app/views/static_pages/home.html.erb index 8e2d6cf..aebee22 100644 --- a/app/views/static_pages/home.html.erb +++ b/app/views/static_pages/home.html.erb @@ -1,8 +1,9 @@

Welcome to WrestlingDev


-

This website was created to help wrestling coaches run their tournaments. It is 2015, why are we still running bout sheets to tables and why are we still using resources to push cards on a bout board? This website was created as a free way for coaches to run a tournament smoothly with as few workers as possible.

+

This website was created to help wrestling coaches run their tournaments. It is 2015, why are we still running bout sheets to tables and why are we still using resources to push cards on a bout board? This website was created as a free way for coaches to run a tournament smoothly with as few workers as possible.


+

If you would like to run a tournament, please click log in and then click sign up.


<%= link_to "Browse Tournaments", '/static_pages/tournaments', class: "btn btn-large btn-primary" %>