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:
@@ -50,4 +50,9 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%= render 'twoPoolBracket' %>
|
||||
<% if @bracketType == "twoPoolsToFinal" %>
|
||||
<%= render 'twoPoolFinalBracket' %>
|
||||
<% end %>
|
||||
<% if @bracketType == "twoPoolsToSemi" %>
|
||||
<%= render 'twoPoolSemiBracket' %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user