mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 14:57:48 +00:00
Continuing pool bracket movements
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<% @round = 1 %>
|
||||
<% until @matches.select{|m| m.round == @round}.blank? %>
|
||||
<% if @round <= @pools %>
|
||||
<td><%= w.boutByRound(@round,@matches) %><br>Result</td>
|
||||
<td><%= w.boutByRound(@round) %><br>Result</td>
|
||||
<% end %>
|
||||
<% @round = @round + 1 %>
|
||||
<% end %>
|
||||
@@ -32,4 +32,4 @@
|
||||
</table>
|
||||
<% @pool = @pool + 1 %>
|
||||
<% @round = 1 %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user