mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 15:29:20 +00:00
Error page for generating matches, cannot have more than 16 for Pool to bracket tournaments
This commit is contained in:
3
app/views/tournaments/error.html.erb
Normal file
3
app/views/tournaments/error.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
||||
<br><br>
|
||||
<%= @tournament.tournamentMatchGenerationError %>
|
||||
Reference in New Issue
Block a user