mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Deducted points only need a total on wrestler show page
This commit is contained in:
@@ -42,7 +42,4 @@
|
||||
<% @wrestler.allMatches.each do |m| %>
|
||||
<div> Bout: <%= m.bout_number %> <%= m.bracket_position %> <%= m.wrestler1.name %> vs. <%= m.wrestler2.name %> <%= @wrestler.resultByBout(m.bout_number) %></div>
|
||||
<% end %>
|
||||
<% @wrestler.deductedPoints.each do |w| %>
|
||||
<div> Deducted points: <%= w.points %></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user