1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 13:43:48 +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

@@ -92,4 +92,9 @@
</br>
</br>
<%= render 'fourPoolBracket' %>
<% if @bracketType == "fourPoolsToQuarter" %>
<%= render 'fourPoolQuarterBracket' %>
<% end %>
<% if @bracketType == "fourPoolsToSemi" %>
<%= render 'fourPoolSemiBracket' %>
<% end %>