1
0
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:
2015-10-13 20:57:35 -04:00
parent 906d79c5ac
commit 087c383996
7 changed files with 94 additions and 8 deletions

View File

@@ -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 %>