diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb index 269e0f20f..a1e723be4 100644 --- a/app/views/budgets/stats/show.html.erb +++ b/app/views/budgets/stats/show.html.erb @@ -7,14 +7,11 @@ <%= javascript_include_tag "chart", "data-turbolinks-track" => true %> <%= javascript_include_tag "participatory-budget-charts", "data-turbolinks-track" => true %> -
TOTAL PARTICIPANTES
++ <%= @stats[:total_participants] %> +
+TOTAL PARTICIPANTES
-- <%= @stats[:total_participants] %> -
-TOTAL PROPUESTAS ENVIADAS
++ <%= @stats[:total_spending_proposals] + @stats[:paper_spending_proposals] %> +
+
+
+ PROPUESTAS EN LA FASE FINAL:
+ <%= @stats[:total_feasible_spending_proposals] %>
+
-
TOTAL PROPUESTAS ENVIADAS
-- <%= @stats[:total_spending_proposals] + @stats[:paper_spending_proposals] %> -
-
-
-
- PROPUESTAS EN LA FASE FINAL:
- <%= @stats[:total_feasible_spending_proposals] %>
-
+
-
-
- PROPUESTAS INVIABLES:
- <%= @stats[:total_unfeasible_spending_proposals] %>
-
+
+ FASE DE APOYOS:
+
+ <%= @stats[:total_participants_support_phase] %> Participantes,
+
+
+ <%= @stats[:total_supports] %> Apoyos
+
-
-
-
- FASE DE APOYOS:
-
- <%= @stats[:total_participants_support_phase] %> Participantes,
-
-
- <%= @stats[:total_supports] %> Apoyos
-
-
-
- FASE DE VOTACIÓN:
-
- <%= @stats[:total_participants_vote_phase] %> Participantes,
-
-
- <%= @stats[:total_votes] %> Votos
-
-