mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-20 14:09:17 +00:00
Added 8 man brackets for double elimination
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<% if @weight.wrestlers.size <= 16 and @weight.wrestlers.size >= 9 %>
|
||||
<%= render 'sixteen_man_double_elimination_bracket' %>
|
||||
<% elsif @weight.wrestlers.size >= 4 and @weight.wrestlers.size <= 8 %>
|
||||
<%= render 'eight_man_double_elimination_bracket' %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user