temporarily hard-cord git repository note at project setting (#9129).
Contributed by Tomas Pospisek. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6636 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4ba6ce88b3
commit
35afd91fdc
@ -227,7 +227,8 @@ module RepositoriesHelper
|
|||||||
:size => 60, :required => true,
|
:size => 60, :required => true,
|
||||||
:disabled => (repository && !repository.root_url.blank?)
|
:disabled => (repository && !repository.root_url.blank?)
|
||||||
) +
|
) +
|
||||||
'<br />' + l(:text_git_repository_note)) +
|
'<br />' +
|
||||||
|
'Repository is bare and local (e.g. /gitrepo, c:\gitrepo)') +
|
||||||
content_tag('p', form.select(
|
content_tag('p', form.select(
|
||||||
:path_encoding, [nil] + Setting::ENCODINGS,
|
:path_encoding, [nil] + Setting::ENCODINGS,
|
||||||
:label => l(:field_scm_path_encoding)
|
:label => l(:field_scm_path_encoding)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user