<%= t("admin.hidden_budget_investments.index.title") %>

<%= t("admin.shared.moderated_content") %>

<%= render "shared/filter_subnav", i18n_namespace: "admin.hidden_budget_investments.index" %> <% if @investments.any? %>

<%= page_entries_info @investments %>

<% @investments.each do |investment| %> <% end %>
<%= t("admin.shared.title") %> <%= t("admin.shared.description") %> <%= t("admin.shared.actions") %>
<%= investment.title %>
<%= investment.description %>
<%= link_to t("admin.actions.restore"), restore_admin_hidden_budget_investment_path(investment, request.query_parameters), method: :put, data: { confirm: t("admin.actions.confirm") }, class: "button hollow warning" %> <% unless investment.confirmed_hide? %> <%= link_to t("admin.actions.confirm_hide"), confirm_hide_admin_hidden_budget_investment_path(investment, request.query_parameters), method: :put, class: "button" %> <% end %>
<%= paginate @investments %> <% else %>
<%= t("admin.hidden_budget_investments.index.no_hidden_budget_investments") %>
<% end %>