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 %>