##// END OF EJS Templates
scm: git: add check box of whether reporting last commit for files and directories in project setting (#8365, #7047)....
Toshi MARUYAMA -
r5651:4cbe231c8c11
parent child
Show More
@@ -232,7 +232,11 module RepositoriesHelper
232 232 :path_encoding, [nil] + Setting::ENCODINGS,
233 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 240 end
237 241
238 242 def cvs_field_tags(form, repository)
General Comments 0
You need to be logged in to leave comments. Login now