diff --git a/views/votes_show_closed.erb b/views/votes_show_closed.erb index a0088fa..d1d65f9 100644 --- a/views/votes_show_closed.erb +++ b/views/votes_show_closed.erb @@ -141,7 +141,7 @@
-

<%= _("Ratings") %>

+

<%= _("Ratings") + " (#{@vote.ratings.collect { |rating| rating.user }.uniq.count})" %>