From e3828c0a74269abe58dbd958f3ad34f68231b468 Mon Sep 17 00:00:00 2001 From: differentreality Date: Fri, 16 Aug 2013 15:39:00 +0300 Subject: [PATCH] wording --- app/views/admin/events/_voting.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)