mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 23:44:52 +00:00
Fixed bug on bracket page
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<%= render 'fourPoolSemiBracket' %>
|
<%= render 'fourPoolSemiBracket' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<br><br>
|
<br><br>
|
||||||
<% if @weight.size <= 6 && @weight.allPoolMatchesFinished(1) %>
|
<% if @weight.wrestlers.size <= 6 && @weight.allPoolMatchesFinished(1) %>
|
||||||
<%= render 'onePoolResults' %>
|
<%= render 'onePoolResults' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
Reference in New Issue
Block a user