mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-15 20:46:57 +00:00
Added round 4 in twoPool
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
<th>R1</th>
|
<th>R1</th>
|
||||||
<th>R2</th>
|
<th>R2</th>
|
||||||
<th>R3</th>
|
<th>R3</th>
|
||||||
|
<th>R4</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -39,6 +40,7 @@
|
|||||||
<td><%= w.boutByRound(1) %><br></td>
|
<td><%= w.boutByRound(1) %><br></td>
|
||||||
<td><%= w.boutByRound(2) %></td>
|
<td><%= w.boutByRound(2) %></td>
|
||||||
<td><%= w.boutByRound(3) %></td>
|
<td><%= w.boutByRound(3) %></td>
|
||||||
|
<td><%= w.boutByRound(4) %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user