mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-06 22:37:33 +00:00
Moving pages to tournament from static_pages
This commit is contained in:
5
app/views/tournaments/no_matches.html.erb
Normal file
5
app/views/tournaments/no_matches.html.erb
Normal file
@@ -0,0 +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>
|
||||
Reference in New Issue
Block a user