1
0
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:
2020-01-23 21:25:25 -05:00
parent ff102a1862
commit 58afc8a485
8 changed files with 365 additions and 16 deletions

View File

@@ -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>