To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / issues / _sidebar.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (751 Bytes)

1 0:513646585e45 Chris
<h3><%= l(:label_issue_plural) %></h3>
2 1295:622f24f53b42 Chris
<%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %><br />
3 0:513646585e45 Chris
<% if @project %>
4 1295:622f24f53b42 Chris
<%= link_to l(:field_summary), project_issues_report_path(@project) %><br />
5 0:513646585e45 Chris
<% end %>
6
<%= call_hook(:view_issues_sidebar_issues_bottom) %>
7
8
<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
9 1295:622f24f53b42 Chris
  <%= link_to l(:label_calendar), _project_calendar_path(@project) %><br />
10 0:513646585e45 Chris
<% end %>
11
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
12 1295:622f24f53b42 Chris
  <%= link_to l(:label_gantt), _project_gantt_path(@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) %>