@@ -220,7 +220,7 module RepositoriesHelper | |||||
220 | content_tag('p', form.text_field(:url, :label => 'Root directory', |
|
220 | content_tag('p', form.text_field(:url, :label => 'Root directory', | |
221 | :size => 60, :required => true, |
|
221 | :size => 60, :required => true, | |
222 | :disabled => (repository && !repository.root_url.blank?)) + |
|
222 | :disabled => (repository && !repository.root_url.blank?)) + | |
223 |
'<br /> |
|
223 | '<br />Local repository (e.g. /hgrepo, c:\hgrepo)' ) + | |
224 | content_tag('p', form.select( |
|
224 | content_tag('p', form.select( | |
225 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
225 | :path_encoding, [nil] + Setting::ENCODINGS, | |
226 | :label => 'Path encoding') + |
|
226 | :label => 'Path encoding') + | |
@@ -231,7 +231,7 module RepositoriesHelper | |||||
231 | content_tag('p', form.text_field(:url, :label => 'Path to repository', |
|
231 | content_tag('p', form.text_field(:url, :label => 'Path to repository', | |
232 | :size => 60, :required => true, |
|
232 | :size => 60, :required => true, | |
233 | :disabled => (repository && !repository.root_url.blank?)) + |
|
233 | :disabled => (repository && !repository.root_url.blank?)) + | |
234 |
'<br /> |
|
234 | '<br />Bare and local repository (e.g. /gitrepo, c:\gitrepo)') + | |
235 | content_tag('p', form.select( |
|
235 | content_tag('p', form.select( | |
236 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
236 | :path_encoding, [nil] + Setting::ENCODINGS, | |
237 | :label => 'Path encoding') + |
|
237 | :label => 'Path encoding') + |
General Comments 0
You need to be logged in to leave comments.
Login now