From: Jean-Philippe Lang Date: Fri, 16 Dec 2016 07:54:51 +0000 (+0000) Subject: Removes gantt and calendar links from the sidebar. X-Git-Tag: 3.4.0~498 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01c22299684ce3963abc2d416282b6590527d4a7;p=redmine.git Removes gantt and calendar links from the sidebar. They now have their own menu items that show up on cross-project views (r15983). git-svn-id: http://svn.redmine.org/redmine/trunk@16078 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_sidebar.html.erb b/app/views/issues/_sidebar.html.erb index 7e97c0911..38d682b04 100644 --- a/app/views/issues/_sidebar.html.erb +++ b/app/views/issues/_sidebar.html.erb @@ -6,13 +6,6 @@
  • <%= link_to l(:field_summary), project_issues_report_path(@project) %>
  • <% end %> -<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> -
  • <%= link_to l(:label_calendar), _project_calendar_path(@project) %>
  • -<% end %> -<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> -
  • <%= link_to l(:label_gantt), _project_gantt_path(@project) %>
  • -<% end %> - <% if User.current.allowed_to?(:import_issues, @project, :global => true) %>
  • <%= link_to l(:button_import), new_issues_import_path %>
  • <% end %>