@@ -227,7 +227,8 module RepositoriesHelper | |||
|
227 | 227 | :size => 60, :required => true, |
|
228 | 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 | 232 | content_tag('p', form.select( |
|
232 | 233 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
233 | 234 | :label => l(:field_scm_path_encoding) |
General Comments 0
You need to be logged in to leave comments.
Login now