|
|
|
@ -163,7 +163,7 @@ module RepositoriesHelper
|
|
|
|
|
content_tag('p', form.text_field(:url, :size => 60, :required => true,
|
|
|
|
|
:disabled => !repository.safe_attribute?('url')) +
|
|
|
|
|
'<br />'.html_safe +
|
|
|
|
|
"<em class='info'>".html_safe+"定义已有版本库URL路径,定义格式file:///, http://, https://, svn://, svn+[tunnelscheme]://"+"</em>".html_safe) +
|
|
|
|
|
"<em class='info'>".html_safe+"#{l(:label_exist_repository_path)}"+"</em>".html_safe) +
|
|
|
|
|
content_tag('p', form.text_field(:login, :size => 30))+
|
|
|
|
|
content_tag('p', form.password_field(
|
|
|
|
|
:password, :size => 30, :name => 'ignore',
|
|
|
|
|