_sidebar.html.erb
21 lines
| 772 B
| text/plain
|
TextLexer
|
r736 | <h3><%= l(:label_issue_plural) %></h3> | ||
|
r11240 | |||
<ul> | ||||
<li><%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %></li> | ||||
|
r1297 | <% if @project %> | ||
|
r11240 | <li><%= link_to l(:field_summary), project_issues_report_path(@project) %></li> | ||
|
r2086 | <% end %> | ||
|
r1795 | |||
|
r3075 | <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> | ||
|
r11240 | <li><%= link_to l(:label_calendar), _project_calendar_path(@project) %></li> | ||
|
r3075 | <% end %> | ||
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> | ||||
|
r11240 | <li><%= link_to l(:label_gantt), _project_gantt_path(@project) %></li> | ||
|
r1795 | <% end %> | ||
|
r11240 | </ul> | ||
<%= call_hook(:view_issues_sidebar_issues_bottom) %> | ||||
|
r3075 | <%= call_hook(:view_issues_sidebar_planning_bottom) %> | ||
|
r1795 | |||
|
r4788 | <%= render_sidebar_queries %> | ||
|
r2091 | <%= call_hook(:view_issues_sidebar_queries_bottom) %> | ||