|
<%= investment.id %>
|
<%= link_to investment.title, investment_path, target: "_blank" %>
|
<%= investment.total_votes %>
|
<%= administrator_info %>
|
<%= investment.author.name %>
|
<%= valuators_info %>
|
<%= investment.heading.name %>
|
<%= t("admin.budget_investments.index.feasibility.#{investment.feasibility}") %>
|
<% if budget.show_money? %>
<%= investment.formatted_price %>
|
<% end %>
<%= investment.valuation_finished? ? t("shared.yes") : t("shared.no") %>
|
<%= render Admin::BudgetInvestments::ToggleVisibleToValuatorsComponent.new(investment) %>
|
<%= render Admin::BudgetInvestments::ToggleSelectionComponent.new(investment) %>
|
<% if params[:advanced_filters]&.include?("selected") %>
<%= investment.incompatible? ? t("shared.yes") : t("shared.no") %>
|
<% end %>