<%= format_price(@budget, investment.price) %>

<% if @budget.balloting? %> <%= link_to budget_ballot_lines_url(investment_id: investment.id, investments_ids: @ballot.investment_ids), class: "button button-support small expanded", title: t('budget.investments.investment.support_title'), method: "post", remote: true do %> <%= t("budget.investments.investment.add") %> <% end %> <% end %>