diff --git a/views/votes_show_open.erb b/views/votes_show_open.erb
index 5d58d3a..c202823 100644
--- a/views/votes_show_open.erb
+++ b/views/votes_show_open.erb
@@ -63,7 +63,7 @@
-
<%= _("Participants") %>
+<%= _("Participants") + " (#{@vote.ratings.collect { |rating| rating.user }.uniq.count})" %>
<% @vote.ratings.collect { |rating| rating.user }.uniq.sort_by { |user| user.email }.each do |user| %>