diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 015f343ce..a062cadb8 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -712,6 +712,7 @@ } .remove .icon-check-circle { + color: $budget; display: block; font-size: rem-calc(70); line-height: rem-calc(70); diff --git a/app/views/budgets/ballot/_investment_for_sidebar.html.erb b/app/views/budgets/ballot/_investment_for_sidebar.html.erb index c172e6146..059951253 100644 --- a/app/views/budgets/ballot/_investment_for_sidebar.html.erb +++ b/app/views/budgets/ballot/_investment_for_sidebar.html.erb @@ -9,7 +9,8 @@ class: "remove-investment-project", method: :delete, remote: true do %> - + <%= t('budgets.ballots.show.remove') %> + <% end %> <% end %> diff --git a/app/views/budgets/investments/_ballot.html.erb b/app/views/budgets/investments/_ballot.html.erb index d319a8aa6..741586197 100644 --- a/app/views/budgets/investments/_ballot.html.erb +++ b/app/views/budgets/investments/_ballot.html.erb @@ -3,7 +3,7 @@ <% if ballot.has_investment?(investment) %>
- ">

@@ -42,7 +42,7 @@ <% if reason.present? && !ballot.has_investment?(investment) %> -