2013-08-01 10:33:49 +08:00
|
|
|
<h3><%= l(:label_issue_plural) %></h3>
|
2014-10-16 09:19:52 +08:00
|
|
|
<%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %>
|
|
|
|
<br />
|
2013-08-01 10:33:49 +08:00
|
|
|
<% if @project %>
|
2014-10-16 09:19:52 +08:00
|
|
|
<%= link_to l(:field_summary), project_issues_report_path(@project) %><br />
|
2013-08-01 10:33:49 +08:00
|
|
|
<% end %>
|
|
|
|
<%= call_hook(:view_issues_sidebar_issues_bottom) %>
|
|
|
|
<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
|
|
|
|
<%= link_to l(:label_calendar), _project_calendar_path(@project) %><br />
|
|
|
|
<% end %>
|
|
|
|
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
|
|
|
|
<%= link_to l(:label_gantt), _project_gantt_path(@project) %><br />
|
|
|
|
<% end %>
|
|
|
|
<%= call_hook(:view_issues_sidebar_planning_bottom) %>
|
|
|
|
<%= render_sidebar_queries %>
|
|
|
|
<%= call_hook(:view_issues_sidebar_queries_bottom) %>
|