mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-10 07:48:29 +00:00
Added seeding criteria to wrestlers
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<th>School</th>
|
||||
<th>Seed</th>
|
||||
<th>Record</th>
|
||||
<th>Seed Criteria</th>
|
||||
<th>Actions for wrestler</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -28,6 +29,7 @@
|
||||
<td><%= School.find(wrestler.school_id).name %></td>
|
||||
<td><%= wrestler.original_seed %></td>
|
||||
<td><%= wrestler.season_win %>-<%= wrestler.season_loss %></td>
|
||||
<td><%= wrestler.criteria %></td>
|
||||
<td><%= link_to 'Show', wrestler , :class=>"btn" %>
|
||||
<% if user_signed_in? %>
|
||||
<%= link_to 'Edit', edit_wrestler_path(wrestler) , :class=>"btn" %>
|
||||
|
||||
Reference in New Issue
Block a user