diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index a062cadb8..e7b4623df 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1031,7 +1031,6 @@ .amount-spent { background: $success-bg; - color: $success-color; font-weight: normal; padding: $line-height/2; diff --git a/app/views/budgets/ballot/_ballot.html.erb b/app/views/budgets/ballot/_ballot.html.erb index 11be78ff2..9ab7ee86c 100644 --- a/app/views/budgets/ballot/_ballot.html.erb +++ b/app/views/budgets/ballot/_ballot.html.erb @@ -1,22 +1,24 @@ -
+
+
+ <%= render 'shared/back_link' %> - <%= render 'shared/back_link' %> +

<%= t("budgets.ballots.show.title") %>

-

<%= t("budgets.ballots.show.title") %>

- -
-

- <%= t("budgets.ballots.show.voted_html", - count: @ballot.investments.count) %> -

-

- - <%= t("budgets.ballots.show.voted_info_html") %> - -

+
+

+ <%= t("budgets.ballots.show.voted_html", + count: @ballot.investments.count) %> +

+

+ + <%= t("budgets.ballots.show.voted_info_html") %> + +

+
-
+
+
<% @ballot.groups.each do |group| %>