mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Added record and criteria to team show page
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Weight</th>
|
||||
<th>Record/Seed Criteria</th>
|
||||
<th>Seed</th>
|
||||
<th>Team Points Scored</th>
|
||||
<th>Extra?</th>
|
||||
@@ -40,6 +41,7 @@
|
||||
<tr>
|
||||
<td><%= link_to "#{wrestler.name}", wrestler %></td>
|
||||
<td><%= wrestler.weight.max %></td>
|
||||
<td><%= wrestler.season_win %>-<%= wrestler.season_loss %> <%= wrestler.criteria %></td>
|
||||
<td>
|
||||
<%= wrestler.original_seed %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user