##// END OF EJS Templates
Fix the calendar link in the Issues sidebar. #5591...
Eric Davis -
r3898:7e565eed34de
parent child
Show More
@@ -6,7 +6,7
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 />
General Comments 0
You need to be logged in to leave comments. Login now