diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index 883abd8e6..d7c33aa18 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -232,7 +232,11 @@ module RepositoriesHelper :path_encoding, [nil] + Setting::ENCODINGS, :label => l(:field_scm_path_encoding) ) + - '
' + l(:text_scm_path_encoding_note)) + '
' + l(:text_scm_path_encoding_note)) + + content_tag('p', form.check_box( + :extra_report_last_commit, + :label => 'Report last commit for files and directories' + )) end def cvs_field_tags(form, repository)