Mercurial > hg > soundsoftware-site
diff .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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/78/782c6f591e4e955b6c072dd5cc852035f16ba97d.svn-base Fri Jun 14 09:28:30 2013 +0100 @@ -0,0 +1,17 @@ +<h3><%= l(:label_issue_plural) %></h3> +<%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %><br /> +<% if @project %> +<%= link_to l(:field_summary), project_issues_report_path(@project) %><br /> +<% end %> +<%= call_hook(:view_issues_sidebar_issues_bottom) %> + +<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> + <%= link_to l(:label_calendar), _project_calendar_path(@project) %><br /> +<% end %> +<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> + <%= link_to l(:label_gantt), _project_gantt_path(@project) %><br /> +<% end %> +<%= call_hook(:view_issues_sidebar_planning_bottom) %> + +<%= render_sidebar_queries %> +<%= call_hook(:view_issues_sidebar_queries_bottom) %>