scm: code clean up RepositoriesHelper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5618 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-03 07:33:19 +00:00
parent ca5ce92cfc
commit 7ada45d3a2

View File

@ -169,12 +169,12 @@ module RepositoriesHelper
:onchange => remote_function(
:url => {
:controller => 'repositories',
:action => 'edit',
:id => @project
},
:action => 'edit',
:id => @project
},
:method => :get,
:with => "Form.serialize(this.form)")
)
:with => "Form.serialize(this.form)")
)
end
def with_leading_slash(path)