mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 19:45:45 +00:00
5 lines
264 B
Plaintext
5 lines
264 B
Plaintext
<% 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 %> |