1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-12 00:09:32 +00:00

Fixed brackets

This commit is contained in:
Jacob Cody Wimer
2014-01-24 09:17:21 -05:00
parent 46239f28bd
commit 9e20f9388f
2 changed files with 12 additions and 15 deletions

View File

@@ -72,9 +72,9 @@
<tr>
<td>6. <%= @seed2.name %> <%= @seed2.season_win %>-<%= @seed2.season_loss %></td>
<td>BYE</td>
<td>BYE</td>
<td>V8</td>
<td>V10</td>
<td>V9</td>
<td>BYE</td>
<td>BYE</td>
</tr>
<tr>
@@ -87,7 +87,7 @@
</tr>
<tr>
<td>8. <%= @seed6.name %> <%= @seed6.season_win %>-<%= @seed6.season_loss %></td>
<td>V9</td>
<td>BYE</td>
<td>V6</td>
<td>BYE</td>
<td>V10</td>
@@ -106,8 +106,8 @@
<td>BYE</td>
<td>BYE</td>
<td>V6</td>
<td>V8</td>
<td>BYE</td>
<td>V9</td>
</tr>
</tbody>
</table>