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 %> -
+
+
-
- <%= link_to participatory_budget_path, class: "left back" do %> - - <%= t("pages.processes.back") %> - <% end %> - +
+ <%= back_link_to participatory_budget_path %>

<%= t("spending_proposals.stats.heading") %>

@@ -34,66 +31,63 @@
-
+
+
+
+

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 INVIABLES: + <%= @stats[:total_unfeasible_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
-
-

-
+   + FASE DE VOTACIÓN: + + <%= @stats[:total_participants_vote_phase] %> Participantes, + + + <%= @stats[:total_votes] %> Votos
+
+

@@ -252,9 +246,8 @@

-
-
+
<% end %>