mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-27 17:01:03 +00:00
First shot at setting placement points for a single pool
This commit is contained in:
@@ -23,4 +23,8 @@
|
||||
<% if @bracketType == "fourPoolsToSemi" %>
|
||||
<%= render 'fourPoolSemiBracket' %>
|
||||
<% end %>
|
||||
<br><br>
|
||||
<% if @weight.size <= 6 && @weight.allPoolMatchesFinished(1) %>
|
||||
<%= render 'onePoolResults' %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user