mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Remove bad ads
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
<% if Rails.env.production? %>
|
|
||||||
<script type='text/javascript' src='//eclkmpbn.com/adServe/banners?tid=85597_138467_5&type=shadowbox&size=800x440'></script>
|
|
||||||
<% end %>
|
|
||||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
<% if params[:print] == nil && Rails.env.production? %>
|
|
||||||
<script type='text/javascript' src='//eclkmpbn.com/adServe/banners?tid=85597_138467_5&type=shadowbox&size=800x440'></script>
|
|
||||||
<% end %>
|
|
||||||
<% cache ["#{@tournament.id}_up_matches", @tournament] do %>
|
<% cache ["#{@tournament.id}_up_matches", @tournament] do %>
|
||||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default"%>
|
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default"%>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user