mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added logic for 16 man dobule elminination match generation.
This commit is contained in:
@@ -90,6 +90,10 @@ li:first-child,li:last-child {
|
||||
<td valign="top" style="padding: 10px;">
|
||||
<%= render 'modified_sixteen_man_double_elimination_bracket' %>
|
||||
</td>
|
||||
<% elsif @tournament.tournament_type == "Double Elimination 1-6" %>
|
||||
<td valign="top" style="padding: 10px;">
|
||||
<%= render 'sixteen_man_double_elimination_bracket' %>
|
||||
</td>
|
||||
<% end %>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user