| <%= t("budgets.results.investment_title") %> | <%= t("budgets.results.ballot_lines_count") %> | <%= t("budgets.results.price") %> | <% if results_type == :compatible %>
<%= t("budgets.results.amount_available") %> <%= @budget.formatted_amount(heading_price) %> |
<% end %>
|---|---|---|---|
| <% if investment.winner? %> <%= t("budgets.results.accepted") %> <% else %> <%= t("budgets.results.discarded") %> <% end %> <%= link_to investment.title, budget_investment_path(@budget, investment) %> | <%= investment.ballot_lines_count %> | <%= @budget.formatted_amount(investment.price) %> | <% if results_type == :compatible %><%= @budget.formatted_amount(amount_available - investment.price) %> <% amount_available -= investment.price if investment.winner? %> | <% end %>