<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%>

<%=l(:label_issue_tracking)%>

<%=l(:label_issue_tracking)%>

<% if User.current.allowed_to?(:view_issues, project) %>

<%= link_to l(:label_issue_view_all), :controller => '/work_packages', :action => 'index', :project_id => project, :set_filter => 1 %> <% if User.current.allowed_to?(:view_calendar, project, :global => true) %> | <%= link_to(l(:label_calendar), :controller => '/calendars', :action => 'show', :project_id => project) %> <% end %> <% if User.current.allowed_to?(:view_gantt, project, :global => true) %> | <%= link_to(l(:label_gantt), :controller => '/gantts', :action => 'show', :project_id => project) %> <% end %>

<% end %>