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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user