1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 06:54:16 +00:00

Fixed noMatches page.

This commit is contained in:
2015-04-27 10:17:52 -04:00
parent 525a2948de
commit 61d1240f0b
3 changed files with 19 additions and 7 deletions

View File

@@ -1,2 +1,5 @@
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}" %>
<br>
<br>
<h1>No Matches</h1>
<p>This view will not render until matches have been generated by the tournament director.</p>