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

School show page was too busy

This commit is contained in:
2016-01-08 13:52:52 +00:00
parent 1bd4782a86
commit 4491b2eddf

View File

@@ -39,8 +39,6 @@
<th>Name</th>
<th>Weight</th>
<th>Seed</th>
<th>Record</th>
<th>Seed Criteria</th>
<th>Team Points Scored</th>
<th>Extra?</th>
<th>Next Bout/Mat</th>
@@ -57,8 +55,6 @@
<td>
<%= wrestler.original_seed %>
</td>
<td><%= wrestler.season_win %>-<%= wrestler.season_loss %></td>
<td><%= wrestler.criteria %> Win <%= wrestler.seasonWinPercentage %>%</td>
<td><%= wrestler.totalTeamPoints - wrestler.totalDeductedPoints %></td>
<td><% if wrestler.extra? == true %>
Yes