summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_sidebar.rhtml
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-22 18:30:26 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-22 18:30:26 +0000
commit7e565eed34de60500ac5c0f71c89072cb3501304 (patch)
treeab4d2ca5534b426cf7b35a69c52af92560502ea0 /app/views/issues/_sidebar.rhtml
parentdfd1d0c7feef44685f4c72a3126f972610021055 (diff)
downloadredmine-7e565eed34de60500ac5c0f71c89072cb3501304.tar.gz
redmine-7e565eed34de60500ac5c0f71c89072cb3501304.zip
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
Diffstat (limited to 'app/views/issues/_sidebar.rhtml')
-rw-r--r--app/views/issues/_sidebar.rhtml2
1 files changed, 1 insertions, 1 deletions
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) %><br />
+ <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />
<% end %>
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
<%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br />