@@ -227,7 +227,8 module RepositoriesHelper | |||||
227 | :size => 60, :required => true, |
|
227 | :size => 60, :required => true, | |
228 | :disabled => (repository && !repository.root_url.blank?) |
|
228 | :disabled => (repository && !repository.root_url.blank?) | |
229 | ) + |
|
229 | ) + | |
230 |
'<br />' + |
|
230 | '<br />' + | |
|
231 | 'Repository is bare and local (e.g. /gitrepo, c:\gitrepo)') + | |||
231 | content_tag('p', form.select( |
|
232 | content_tag('p', form.select( | |
232 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
233 | :path_encoding, [nil] + Setting::ENCODINGS, | |
233 | :label => l(:field_scm_path_encoding) |
|
234 | :label => l(:field_scm_path_encoding) |
General Comments 0
You need to be logged in to leave comments.
Login now