From 19d49abca77ff89917b380902c8ff3f8e42018f3 Mon Sep 17 00:00:00 2001
From: jcwimer
+ Team Points Deducted: + <%= @school.totalDeductedPoints %> +
Score: <%= @school.score %> diff --git a/app/views/wrestlers/show.html.erb b/app/views/wrestlers/show.html.erb index d59b429..24794ba 100644 --- a/app/views/wrestlers/show.html.erb +++ b/app/views/wrestlers/show.html.erb @@ -22,9 +22,16 @@ Weight: <%= @wrestler.weight.max %>
-- Team Points Scored: + Team Points Earned: + <%= @wrestler.teamPointsEarned %> +
++ Team Points Deducted: + <%= @wrestler.totalDeductedPoints %> +
++ Total Team Points Scored: <%= @wrestler.totalTeamPoints %>