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

<%= link_to t("admin.budgets.index.new_link"), new_admin_budget_path, class: "button float-right margin-right" %> <%= render 'shared/filter_subnav', i18n_namespace: "admin.budgets.index" %>

<%= page_entries_info @budgets %>

<% @budgets.each do |budget| %> <% end %>
<%= link_to budget.name, admin_budget_budget_investments_path(budget_id: budget.id) %> <%= t("budget.phase.#{budget.phase}") %> <%= link_to t("admin.budgets.index.info_link"), admin_budget_path(budget) %>
<%= paginate @budgets %>