From 87d4fa92b41bc87ccd2b5649cb694e174af00acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20R=C3=ADos=20Flores?= Date: Mon, 9 Oct 2017 13:09:09 +0200 Subject: [PATCH] Wrapped the last link under the same if clause. --- app/views/management/_menu.html.erb | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) 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 %>