mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 22:03:49 +00:00
8 lines
398 B
Plaintext
8 lines
398 B
Plaintext
<% 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" %>
|
|
<br>
|
|
<br>
|
|
<h1>No Matches</h1>
|
|
<p>This view will not render until matches have been generated by the tournament director.</p> |