diff --git a/app/views/schools/show.html.erb b/app/views/schools/show.html.erb index bb7cc11..e2e4ff8 100644 --- a/app/views/schools/show.html.erb +++ b/app/views/schools/show.html.erb @@ -12,6 +12,10 @@ <%= @school.name %>

+

+ 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 %>