<%= t("shared.check") %>: <%= link_to t("shared.check_all"), "#", data: { check_all: "budget_investment_ids[]" } %> | <%= link_to t("shared.check_none"), "#", data: { check_none: "budget_investment_ids[]" } %>
| <%= t("moderation.budget_investments.index.headers.budget_investment") %> | <%= t("moderation.budget_investments.index.headers.moderate") %> |
|---|---|
|
<%= link_to investment.title, admin_budget_budget_investment_path(
budget_id: investment.budget_id,
id: investment.id
), target: "_blank" %>
<%= l investment.updated_at.to_date %> • <%= investment.flags_count %> • <%= investment.author.username %>
<%= investment.description %>
|
<%= check_box_tag "budget_investment_ids[]", investment.id, nil, id: "#{dom_id(investment)}_check" %> |