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) #