comparison app/views/issues/.svn/text-base/_sidebar.rhtml.svn-base @ 14:1d32c0a0efbf

* Update to SVN trunk (revisions 3892-4040)
author Chris Cannam
date Wed, 25 Aug 2010 16:30:24 +0100
parents 513646585e45
children 051f544170fe
comparison
equal deleted inserted replaced
4:9cc62779c13a 14:1d32c0a0efbf
4 <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br /> 4 <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br />
5 <% end %> 5 <% end %>
6 <%= call_hook(:view_issues_sidebar_issues_bottom) %> 6 <%= call_hook(:view_issues_sidebar_issues_bottom) %>
7 7
8 <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> 8 <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
9 <%= link_to(l(:label_calendar), :controller => 'issues', :action => 'calendar', :project_id => @project) %><br /> 9 <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />
10 <% end %> 10 <% end %>
11 <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> 11 <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
12 <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br /> 12 <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br />
13 <% end %> 13 <% end %>
14 <%= call_hook(:view_issues_sidebar_planning_bottom) %> 14 <%= call_hook(:view_issues_sidebar_planning_bottom) %>