mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 22:03:49 +00:00
Deducted points added to wrestler show page
This commit is contained in:
@@ -31,3 +31,6 @@
|
||||
<% @wrestler.allMatches.each do |m| %>
|
||||
<div> Bout: <%= m.bout_number %> <%= m.bracket_position %> <%= m.wrestler1.name %> vs. <%= m.wrestler2.name %> <%= m.bracketScore %></div>
|
||||
<% end %>
|
||||
<% @wrestler.deductedPoints.each do |w| %>
|
||||
<div> Deducted points: <%= w.points %></div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user