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