1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Two pools view needed five rounds

This commit is contained in:
2015-03-16 12:39:27 -04:00
parent 6452aee07a
commit 4413c81100

View File

@@ -7,6 +7,7 @@
<th>R2</th>
<th>R3</th>
<th>R4</th>
<th>R5</th>
</tr>
</thead>
<tbody>
@@ -17,6 +18,7 @@
<td><%= w.boutByRound(2,@matches) %></td>
<td><%= w.boutByRound(3,@matches) %></td>
<td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
</tr>
<% end %>
</tbody>
@@ -31,6 +33,7 @@
<th>R2</th>
<th>R3</th>
<th>R4</th>
<th>R5</th>
</tr>
</thead>
<tbody>
@@ -41,6 +44,7 @@
<td><%= w.boutByRound(2,@matches) %></td>
<td><%= w.boutByRound(3,@matches) %></td>
<td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
</tr>
<% end %>
</tbody>