diff --git a/app/views/polls/stats.html.erb b/app/views/polls/stats.html.erb index 346653654..f1da5ae07 100644 --- a/app/views/polls/stats.html.erb +++ b/app/views/polls/stats.html.erb @@ -17,6 +17,9 @@
| <%= t("stats.age") %> | +<%= t("stats.total") %> | + + + + <% @stats[:age_groups].values.each do |group| %> +
|---|---|
| <%= group[:range] %> | +
+ <%= "#{group[:count]} (#{number_to_stats_percentage(group[:percentage])})" %>
+
+
+
+
+ |
+