diff --git a/app/views/budgets/investments/_votes.html.erb b/app/views/budgets/investments/_votes.html.erb index 81acd9749..7a8a7826b 100644 --- a/app/views/budgets/investments/_votes.html.erb +++ b/app/views/budgets/investments/_votes.html.erb @@ -2,7 +2,7 @@ <% voting_allowed = true unless reason.presence == :not_voting_allowed %> <% user_voted_for = voted_for?(investment_votes, investment) %> -
+
<%= t("budget.investments.investment.supports", count: investment.total_votes) %> @@ -27,7 +27,7 @@
<% if reason.present? && !user_voted_for %> -