diff --git a/app/views/schools/show.html.erb b/app/views/schools/show.html.erb
index c18acf4..2276e3f 100644
--- a/app/views/schools/show.html.erb
+++ b/app/views/schools/show.html.erb
@@ -27,6 +27,7 @@
| Name |
Weight |
+ Record/Seed Criteria |
Seed |
Team Points Scored |
Extra? |
@@ -40,6 +41,7 @@
| <%= link_to "#{wrestler.name}", wrestler %> |
<%= wrestler.weight.max %> |
+ <%= wrestler.season_win %>-<%= wrestler.season_loss %> <%= wrestler.criteria %> |
<%= wrestler.original_seed %>
|