@@ -232,7 +232,11 module RepositoriesHelper | |||||
232 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
232 | :path_encoding, [nil] + Setting::ENCODINGS, | |
233 | :label => l(:field_scm_path_encoding) |
|
233 | :label => l(:field_scm_path_encoding) | |
234 | ) + |
|
234 | ) + | |
235 | '<br />' + l(:text_scm_path_encoding_note)) |
|
235 | '<br />' + l(:text_scm_path_encoding_note)) + | |
|
236 | content_tag('p', form.check_box( | |||
|
237 | :extra_report_last_commit, | |||
|
238 | :label => 'Report last commit for files and directories' | |||
|
239 | )) | |||
236 | end |
|
240 | end | |
237 |
|
241 | |||
238 | def cvs_field_tags(form, repository) |
|
242 | def cvs_field_tags(form, repository) |
General Comments 0
You need to be logged in to leave comments.
Login now