diff --git a/app/views/management/_menu.html.erb b/app/views/management/_menu.html.erb index 51df9518a..b01bbaf0c 100644 --- a/app/views/management/_menu.html.erb +++ b/app/views/management/_menu.html.erb @@ -60,6 +60,14 @@ <%= t("management.menu.support_budget_investments") %> <% end %> + +
  • > + <%= link_to print_investments_management_budgets_path do %> + + <%= t("management.menu.print_budget_investments") %> + <% end %> +
  • <% end %>
  • > @@ -76,17 +84,6 @@ <% end %>
  • - <% if Setting['feature.budgets'] %> -
  • > - <%= link_to print_investments_management_budgets_path do %> - - <%= t("management.menu.print_budget_investments") %> - <% end %> -
  • - <% end %> - -
  • <%= link_to new_management_user_invite_path do %>