summaryrefslogtreecommitdiffstats
path: root/app/views/projects/show.rhtml
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-04-28 15:54:46 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-04-28 15:54:46 +0000
commite65c3cfc7df3da58071c8de158c98861dab7d852 (patch)
treee2ce1076fba209a370e49888eac588731e927f2f /app/views/projects/show.rhtml
parenta925435b294331079b65e96d2480bb99d1c6f109 (diff)
downloadredmine-e65c3cfc7df3da58071c8de158c98861dab7d852.tar.gz
redmine-e65c3cfc7df3da58071c8de158c98861dab7d852.zip
Refactor: Move gantts to a separate controller.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3695 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/show.rhtml')
-rw-r--r--app/views/projects/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml
index e98c3504c..909c876fc 100644
--- a/app/views/projects/show.rhtml
+++ b/app/views/projects/show.rhtml
@@ -42,7 +42,7 @@
| <%= link_to(l(:label_calendar), :controller => 'issues', :action => 'calendar', :project_id => @project) %>
<% end %>
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
- | <%= link_to(l(:label_gantt), :controller => 'issues', :action => 'gantt', :project_id => @project) %>
+ | <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %>
<% end %>
</p>
</div>