1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 13:30:02 +00:00

Updated bracket views for all pool bracket types

This commit is contained in:
2015-03-24 21:06:09 +00:00
parent 5c14165d6f
commit 79f44d4600
7 changed files with 638 additions and 2 deletions

View File

@@ -50,4 +50,9 @@
</tbody>
</table>
<%= render 'twoPoolBracket' %>
<% if @bracketType == "twoPoolsToFinal" %>
<%= render 'twoPoolFinalBracket' %>
<% end %>
<% if @bracketType == "twoPoolsToSemi" %>
<%= render 'twoPoolSemiBracket' %>
<% end %>