From: Eric Davis Date: Sun, 22 Aug 2010 18:30:26 +0000 (+0000) Subject: Fix the calendar link in the Issues sidebar. #5591 X-Git-Tag: 1.1.0~430 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e565eed34de60500ac5c0f71c89072cb3501304;p=redmine.git Fix the calendar link in the Issues sidebar. #5591 Contributed by Andrew Rudenko git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4012 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_sidebar.rhtml b/app/views/issues/_sidebar.rhtml index bcf0837f8..db85f97b9 100644 --- a/app/views/issues/_sidebar.rhtml +++ b/app/views/issues/_sidebar.rhtml @@ -6,7 +6,7 @@ <%= call_hook(:view_issues_sidebar_issues_bottom) %> <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> - <%= link_to(l(:label_calendar), :controller => 'issues', :action => 'calendar', :project_id => @project) %>
+ <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %>
<% end %> <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %>