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