_sidebar.html.erb
17 lines
| 903 B
| text/plain
|
TextLexer
|
r736 | <h3><%= l(:label_issue_plural) %></h3> | ||
|
r924 | <%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br /> | ||
|
r1297 | <% if @project %> | ||
|
r736 | <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br /> | ||
|
r2086 | <% end %> | ||
|
r2091 | <%= call_hook(:view_issues_sidebar_issues_bottom) %> | ||
|
r1795 | |||
|
r3075 | <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> | ||
|
r7269 | <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br /> | ||
|
r3075 | <% end %> | ||
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> | ||||
|
r7269 | <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br /> | ||
|
r1795 | <% end %> | ||
|
r3075 | <%= call_hook(:view_issues_sidebar_planning_bottom) %> | ||
|
r1795 | |||
|
r4788 | <%= render_sidebar_queries %> | ||
|
r2091 | <%= call_hook(:view_issues_sidebar_queries_bottom) %> | ||