comparison .svn/pristine/78/782c6f591e4e955b6c072dd5cc852035f16ba97d.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
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) %>