summaryrefslogtreecommitdiffstats
path: root/app/helpers/repositories_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/repositories_helper.rb')
-rw-r--r--app/helpers/repositories_helper.rb6
1 files changed, 5 insertions, 1 deletions
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)
) +
- '<br />' + l(:text_scm_path_encoding_note))
+ '<br />' + 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)