To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / issues / _sidebar.html.erb @ 912:5e80956cc792
History | View | Annotate | Download (903 Bytes)
| 1 | 0:513646585e45 | Chris | <h3><%= l(:label_issue_plural) %></h3> |
|---|---|---|---|
| 2 | <%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br /> |
||
| 3 | <% if @project %>
|
||
| 4 | <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br /> |
||
| 5 | <% end %>
|
||
| 6 | <%= call_hook(:view_issues_sidebar_issues_bottom) %>
|
||
| 7 | |||
| 8 | <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
|
||
| 9 | 909:cbb26bc654de | Chris | <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br /> |
| 10 | 0:513646585e45 | Chris | <% end %>
|
| 11 | <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
|
||
| 12 | 909:cbb26bc654de | Chris | <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br /> |
| 13 | 0:513646585e45 | Chris | <% end %>
|
| 14 | <%= call_hook(:view_issues_sidebar_planning_bottom) %>
|
||
| 15 | |||
| 16 | 245:051f544170fe | Chris | <%= render_sidebar_queries %>
|
| 17 | 0:513646585e45 | Chris | <%= call_hook(:view_issues_sidebar_queries_bottom) %> |