From 5f31879af8d872b6c6b462b3f658229afd89d0af Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 11 Aug 2017 08:55:17 -0400 Subject: [PATCH] Remove bad ads --- app/views/tournaments/brackets.html.erb | 3 --- app/views/tournaments/up_matches.html.erb | 3 --- 2 files changed, 6 deletions(-) diff --git a/app/views/tournaments/brackets.html.erb b/app/views/tournaments/brackets.html.erb index a2dbf10..7e1c47d 100644 --- a/app/views/tournaments/brackets.html.erb +++ b/app/views/tournaments/brackets.html.erb @@ -1,6 +1,3 @@ -<% if Rails.env.production? %> - -<% end %> <%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>

diff --git a/app/views/tournaments/up_matches.html.erb b/app/views/tournaments/up_matches.html.erb index 7b880aa..70e3eec 100644 --- a/app/views/tournaments/up_matches.html.erb +++ b/app/views/tournaments/up_matches.html.erb @@ -1,6 +1,3 @@ -<% if params[:print] == nil && Rails.env.production? %> - -<% end %> <% cache ["#{@tournament.id}_up_matches", @tournament] do %> <%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default"%>