##// END OF EJS Templates
scm: git: use symbol instead of string whether reporting last commit in project setting i18n text (#8365)....
Toshi MARUYAMA -
r5656:4ea8f1637cf0
parent child
Show More
@@ -235,7 +235,7 module RepositoriesHelper
235 '<br />' + l(:text_scm_path_encoding_note)) +
235 '<br />' + l(:text_scm_path_encoding_note)) +
236 content_tag('p', form.check_box(
236 content_tag('p', form.check_box(
237 :extra_report_last_commit,
237 :extra_report_last_commit,
238 :label => l("label_git_report_last_commit")
238 :label => l(:label_git_report_last_commit)
239 ))
239 ))
240 end
240 end
241
241
General Comments 0
You need to be logged in to leave comments. Login now