From 547dbf9371e21fdc43ea17071137c10fb3299ef3 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Wed, 13 Jan 2016 16:08:30 +0000 Subject: [PATCH] Deducted points only need a total on wrestler show page --- app/views/wrestlers/show.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/wrestlers/show.html.erb b/app/views/wrestlers/show.html.erb index 24794ba..c207c4c 100644 --- a/app/views/wrestlers/show.html.erb +++ b/app/views/wrestlers/show.html.erb @@ -42,7 +42,4 @@ <% @wrestler.allMatches.each do |m| %>
Bout: <%= m.bout_number %> <%= m.bracket_position %> <%= m.wrestler1.name %> vs. <%= m.wrestler2.name %> <%= @wrestler.resultByBout(m.bout_number) %>
<% end %> - <% @wrestler.deductedPoints.each do |w| %> -
Deducted points: <%= w.points %>
- <% end %> <% end %> \ No newline at end of file