• <%= investment.title %> <%= investment.formatted_price %> <% if @budget.balloting? %> <%= link_to budget_ballot_line_url(id: investment.id, investments_ids: investment_ids), title: t("budgets.ballots.show.remove"), class: "remove-investment-project", method: :delete, remote: true do %> <%= t("budgets.ballots.show.remove") %> <% end %> <% end %>