2007-09-22 13:17:49 +00:00
|
|
|
<h3><%= l(:label_issue_plural) %></h3>
|
2012-12-23 15:55:57 +00:00
|
|
|
<%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %><br />
|
2008-03-30 14:20:07 +00:00
|
|
|
<% if @project %>
|
2012-12-23 15:55:57 +00:00
|
|
|
<%= link_to l(:field_summary), project_issues_report_path(@project) %><br />
|
2008-12-05 15:41:32 +00:00
|
|
|
<% end %>
|
2008-12-06 00:51:03 +00:00
|
|
|
<%= call_hook(:view_issues_sidebar_issues_bottom) %>
|
2008-09-10 18:26:13 +00:00
|
|
|
|
2009-12-18 20:15:49 +00:00
|
|
|
<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
|
2012-12-23 15:55:57 +00:00
|
|
|
<%= link_to l(:label_calendar), _project_calendar_path(@project) %><br />
|
2009-12-18 20:15:49 +00:00
|
|
|
<% end %>
|
|
|
|
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
|
2012-12-23 15:55:57 +00:00
|
|
|
<%= link_to l(:label_gantt), _project_gantt_path(@project) %><br />
|
2008-09-10 18:26:13 +00:00
|
|
|
<% end %>
|
2009-12-18 20:15:49 +00:00
|
|
|
<%= call_hook(:view_issues_sidebar_planning_bottom) %>
|
2008-09-10 18:26:13 +00:00
|
|
|
|
2011-02-21 13:34:33 +00:00
|
|
|
<%= render_sidebar_queries %>
|
2008-12-06 00:51:03 +00:00
|
|
|
<%= call_hook(:view_issues_sidebar_queries_bottom) %>
|