comparison .svn/pristine/78/782c6f591e4e955b6c072dd5cc852035f16ba97d.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
comparison
equal deleted inserted replaced
1297:0a574315af3e 1298:4f746d8966dd
1 <h3><%= l(:label_issue_plural) %></h3>
2 <%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %><br />
3 <% if @project %>
4 <%= link_to l(:field_summary), project_issues_report_path(@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 <%= link_to l(:label_calendar), _project_calendar_path(@project) %><br />
10 <% end %>
11 <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
12 <%= link_to l(:label_gantt), _project_gantt_path(@project) %><br />
13 <% end %>
14 <%= call_hook(:view_issues_sidebar_planning_bottom) %>
15
16 <%= render_sidebar_queries %>
17 <%= call_hook(:view_issues_sidebar_queries_bottom) %>