]> source.dussan.org Git - redmine.git/commitdiff
Removed deprecated call from examples.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 14 Jan 2013 19:18:52 +0000 (19:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 14 Jan 2013 19:18:52 +0000 (19:18 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11185 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index 493721cb3db6f5efb031b0e465e69cde32cc5547..8457b20fb7b0076aefe2ce15a86281b930d7b8a8 100644 (file)
@@ -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)
   #