From fdd019523205a2fb5485a0cc2541f05b05529531 Mon Sep 17 00:00:00 2001 From: Stella Date: Tue, 4 Mar 2014 23:35:34 +0200 Subject: [PATCH] erase word rating, no bold --- app/views/admin/events/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/events/index.html.haml b/app/views/admin/events/index.html.haml index fc50cbbe..8f33d441 100644 --- a/app/views/admin/events/index.html.haml +++ b/app/views/admin/events/index.html.haml @@ -38,7 +38,7 @@ - if @conference.call_for_papers.rating != 0 %td{:style => "width:96px"} - if event.average_rating.to_f > 0 - %b #{event.average_rating}/#{@conference.call_for_papers.rating} + #{event.average_rating}/#{@conference.call_for_papers.rating} %br #{pluralize(event.voters.length, 'voter')} %br @@ -49,7 +49,7 @@ - else = label_tag "label_rating", "", :class => "avgrating" - else - Rating: 0/#{@conference.call_for_papers.rating} + 0/#{@conference.call_for_papers.rating} %br - if event.submitter.registrations.count < 1