Simplify budget stats in voting phase

So we only show the total number of participants, and not divided by web
participants and booth participants.
This commit is contained in:
Javi Martín
2019-03-15 07:59:18 +01:00
parent d42454a1a8
commit dc077bb03c
5 changed files with 4 additions and 55 deletions

View File

@@ -82,13 +82,9 @@
<h4><%= t("stats.budgets.by_phase") %></h4>
<%= number_with_info_tags(@stats[:total_participants_support_phase],
t("stats.budgets.participants")) %>
<%= number_with_info_tags(@stats[:total_supports], t("stats.budgets.supports")) %>
<%= number_with_info_tags(@stats[:total_participants_web],
t("stats.budgets.total_participants_web")) %>
<%= number_with_info_tags(@stats[:total_participants_booths],
t("stats.budgets.total_participants_booths")) %>
t("stats.budgets.participants_support_phase")) %>
<%= number_with_info_tags(@stats[:total_participants_vote_phase],
t("stats.budgets.participants_voting_phase")) %>
</div>