@@ -227,13 +227,13 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 />'.html_safe + | |
231 | l(:text_git_repository_note)) + |
|
231 | l(:text_git_repository_note)) + | |
232 | content_tag('p', form.select( |
|
232 | content_tag('p', form.select( | |
233 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
233 | :path_encoding, [nil] + Setting::ENCODINGS, | |
234 | :label => l(:field_scm_path_encoding) |
|
234 | :label => l(:field_scm_path_encoding) | |
235 | ) + |
|
235 | ) + | |
236 | '<br />' + l(:text_scm_path_encoding_note)) + |
|
236 | '<br />'.html_safe + l(:text_scm_path_encoding_note)) + | |
237 | content_tag('p', form.check_box( |
|
237 | content_tag('p', form.check_box( | |
238 | :extra_report_last_commit, |
|
238 | :extra_report_last_commit, | |
239 | :label => l(:label_git_report_last_commit) |
|
239 | :label => l(:label_git_report_last_commit) |
General Comments 0
You need to be logged in to leave comments.
Login now