summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-14 19:18:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-14 19:18:52 +0000
commitb41b738aa40097f3610abe3038646c98f6739783 (patch)
tree24979d4144bc2588d5e012d9b0c36efefa4826a9 /app
parent1da158edcffbb3db0ae88e781bcd4a412124f478 (diff)
downloadredmine-b41b738aa40097f3610abe3038646c98f6739783.tar.gz
redmine-b41b738aa40097f3610abe3038646c98f6739783.zip
Removed deprecated call from examples.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11185 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/helpers/application_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 493721cb3..8457b20fb 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -135,7 +135,6 @@ module ApplicationHelper
# Examples:
#
# link_to_project(project) # => link to the specified project overview
- # link_to_project(project, :action=>'settings') # => link to project settings
# link_to_project(project, {:only_path => false}, :class => "project") # => 3rd arg adds html options
# link_to_project(project, {}, :class => "project") # => html options with default url (project overview)
#