mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 14:57:48 +00:00
Added deducted points to views
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
<%= @school.name %>
|
<%= @school.name %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Team Points Deducted:</strong>
|
||||||
|
<%= @school.totalDeductedPoints %>
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>Score:</strong>
|
<strong>Score:</strong>
|
||||||
<%= @school.score %>
|
<%= @school.score %>
|
||||||
|
|||||||
@@ -22,9 +22,16 @@
|
|||||||
<strong>Weight:</strong>
|
<strong>Weight:</strong>
|
||||||
<%= @wrestler.weight.max %>
|
<%= @wrestler.weight.max %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>Team Points Scored:</strong>
|
<strong>Team Points Earned:</strong>
|
||||||
|
<%= @wrestler.teamPointsEarned %>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>Team Points Deducted:</strong>
|
||||||
|
<%= @wrestler.totalDeductedPoints %>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>Total Team Points Scored:</strong>
|
||||||
<%= @wrestler.totalTeamPoints %>
|
<%= @wrestler.totalTeamPoints %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user