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

Added record and criteria to team show page

This commit is contained in:
2020-01-08 10:57:29 -05:00
parent 2fdb1d8ae8
commit b30b5f41b2

View File

@@ -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>