diff --git a/app/views/my_projects_overviews/blocks/_work_package_tracking.html.erb b/app/views/my_projects_overviews/blocks/_work_package_tracking.html.erb index 683e83713e..6617f75b9f 100644 --- a/app/views/my_projects_overviews/blocks/_work_package_tracking.html.erb +++ b/app/views/my_projects_overviews/blocks/_work_package_tracking.html.erb @@ -43,13 +43,6 @@ See doc/COPYRIGHT.md for more details. <% if User.current.allowed_to?(:view_gantt, project, :global => true) %> <%= link_to(l(:label_gantt), {:controller => '/gantts', :action => 'show', :project_id => project}, :class => 'button -highlight') %> <% end %> - <%= link_to new_project_work_packages_path(project), - { class: 'button -alt-highlight', - title: t(:label_keyboard_shortcut_new_work_package), - aria: { label: t(:label_keyboard_shortcut_new_work_package) }} do %> - <%= op_icon('button--icon icon-add') %> - <%= l('activerecord.models.work_package') %> - <% end %>

<% end %>