- | <%= t("polls.show.stats.valid") %> |
- <%= @stats[:total_web_valid] %>
- (<%= number_to_percentage(@stats[:valid_percentage_web],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_booth_valid] %>
- (<%= number_to_percentage(@stats[:valid_percentage_booth],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_valid_votes] %>
- (<%= number_to_percentage(@stats[:total_valid_percentage],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
+ <%= t("polls.show.stats.valid") %> |
+
+ <%= @stats[:total_web_valid] %>
+ (<%= number_to_percentage(@stats[:valid_percentage_web],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+
+ <%= @stats[:total_booth_valid] %>
+ (<%= number_to_percentage(@stats[:valid_percentage_booth],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+
+ <%= @stats[:total_valid_votes] %>
+ (<%= number_to_percentage(@stats[:total_valid_percentage],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
- | <%= t("polls.show.stats.white") %> |
- <%= @stats[:total_web_white] %>
- (<%= number_to_percentage(@stats[:white_percentage_web],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_booth_white] %>
- (<%= number_to_percentage(@stats[:white_percentage_booth],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_white_votes] %>
- (<%= number_to_percentage(@stats[:total_white_percentage],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
+ <%= t("polls.show.stats.white") %> |
+
+ <%= @stats[:total_web_white] %>
+ (<%= number_to_percentage(@stats[:white_percentage_web],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+
+ <%= @stats[:total_booth_white] %>
+ (<%= number_to_percentage(@stats[:white_percentage_booth],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+ <%= @stats[:total_white_votes] %>
+ (<%= number_to_percentage(@stats[:total_white_percentage],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
- | <%= t("polls.show.stats.null_votes") %> |
- <%= @stats[:total_web_null] %>
- (<%= number_to_percentage(@stats[:null_percentage_web],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_booth_null] %>
- (<%= number_to_percentage(@stats[:null_percentage_booth],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_null_votes] %>
- (<%= number_to_percentage(@stats[:total_null_percentage],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
+ <%= t("polls.show.stats.null_votes") %> |
+
+ <%= @stats[:total_web_null] %>
+ (<%= number_to_percentage(@stats[:null_percentage_web],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+
+ <%= @stats[:total_booth_null] %>
+ (<%= number_to_percentage(@stats[:null_percentage_booth],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+
+ <%= @stats[:total_null_votes] %>
+ (<%= number_to_percentage(@stats[:total_null_percentage],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
- | <%= t("polls.show.stats.total") %> |
- <%= @stats[:total_participants_web] %>
- (<%= number_to_percentage(@stats[:total_participants_web_percentage],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
- <%= @stats[:total_participants_booth] %>
- (<%= number_to_percentage(@stats[:total_participants_booth_percentage],
- strip_insignificant_zeros: true,
- precision: 2) %>) |
+ <%= t("polls.show.stats.total") %> |
+
+ <%= @stats[:total_participants_web] %>
+ (<%= number_to_percentage(@stats[:total_participants_web_percentage],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
+
+ <%= @stats[:total_participants_booth] %>
+ (<%= number_to_percentage(@stats[:total_participants_booth_percentage],
+ strip_insignificant_zeros: true,
+ precision: 2) %>)
+ |
<%= @stats[:total_participants_web] + @stats[:total_participants_booth] %> |