diff --git a/app/components/budgets/investments/ballot_component.html.erb b/app/components/budgets/investments/ballot_component.html.erb index 189236531..0bf6ee56a 100644 --- a/app/components/budgets/investments/ballot_component.html.erb +++ b/app/components/budgets/investments/ballot_component.html.erb @@ -1,6 +1,5 @@ -<% reason = investment.reason_for_not_being_ballotable_by(current_user, ballot) %>
- <% if ballot.has_investment?(investment) %> + <% if voted? %>
"> @@ -36,20 +35,14 @@
<% end %> - <% if reason.present? && !ballot.has_investment?(investment) %> + <% if reason.present? && !voted? %>