mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed bracket partial bug
This commit is contained in:
@@ -110,7 +110,7 @@ table.smallText tr td { font-size: 10px; }
|
|||||||
<td valign="top" style="padding: 10px;">
|
<td valign="top" style="padding: 10px;">
|
||||||
<%= render 'modified_sixteen_man_double_elimination_bracket' %>
|
<%= render 'modified_sixteen_man_double_elimination_bracket' %>
|
||||||
</td>
|
</td>
|
||||||
<% elsif @tournament.tournament_type == "Double Elimination 1-6" %>
|
<% elsif @tournament.tournament_type.incude? "Regular Double Elimination" %>
|
||||||
<td valign="top" style="padding: 10px;">
|
<td valign="top" style="padding: 10px;">
|
||||||
<%= render 'double_elimination_bracket' %>
|
<%= render 'double_elimination_bracket' %>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user