diff --git a/app/views/admin/events/_voting.html.haml b/app/views/admin/events/_voting.html.haml index a100170d..11ed1eed 100644 --- a/app/views/admin/events/_voting.html.haml +++ b/app/views/admin/events/_voting.html.haml @@ -1,7 +1,7 @@ %table#myeventratings{:style=>"width: 20%"} %tr %td - %b You voted: + %b Your vote: %td - @conference.call_for_papers.rating.times do |counter| - voted = @event.voted?(@event, current_user.person)