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

Added round 4 in twoPool

This commit is contained in:
2015-02-06 15:00:41 -05:00
parent 6dd136d0ee
commit e7113af9a2

View File

@@ -30,6 +30,7 @@
<th>R1</th>
<th>R2</th>
<th>R3</th>
<th>R4</th>
</tr>
</thead>
<tbody>
@@ -39,6 +40,7 @@
<td><%= w.boutByRound(1) %><br></td>
<td><%= w.boutByRound(2) %></td>
<td><%= w.boutByRound(3) %></td>
<td><%= w.boutByRound(4) %></td>
</tr>
<% end %>
</tbody>