diff --git a/app/views/admin/events/index.html.haml b/app/views/admin/events/index.html.haml
index ae537b13..cba87136 100644
--- a/app/views/admin/events/index.html.haml
+++ b/app/views/admin/events/index.html.haml
@@ -35,6 +35,8 @@
- if @conference.call_for_papers.rating != 0
- if event.average_rating.to_f > 0
Rating: #{event.average_rating}/#{@conference.call_for_papers.rating}
+ %br
+ Voters: #{event.voters.length}
- else
Rating: 0/#{@conference.call_for_papers.rating}
%br