##// END OF EJS Templates
web: fix annotate raw template, forgotten in ccc2481e3954
Benoit Boissinot -
r6967:a04d8cad default
parent child Browse files
Show More
@@ -13,7 +13,7 b" fileline = '#line#'"
13 diffblock = '#lines#'
13 diffblock = '#lines#'
14 filediff = filediff.tmpl
14 filediff = filediff.tmpl
15 fileannotate = fileannotate.tmpl
15 fileannotate = fileannotate.tmpl
16 annotateline = '#author#@#rev#: #line#'
16 annotateline = '{author|user}@{rev}: {line}'
17 manifest = manifest.tmpl
17 manifest = manifest.tmpl
18 direntry = 'drwxr-xr-x {basename}\n'
18 direntry = 'drwxr-xr-x {basename}\n'
19 fileentry = '{permissions|permissions} {size} {basename}\n'
19 fileentry = '{permissions|permissions} {size} {basename}\n'
General Comments 0
You need to be logged in to leave comments. Login now