Mercurial > public > mercurial-scm > hg
diff templates/gitweb/fileannotate.tmpl @ 3391:defadc26e674
hgweb: add changeset description to annotate page
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sat, 14 Oct 2006 15:28:45 -0700 |
parents | ce8f31e0b3b8 |
children | 22a106cb5650 |
line wrap: on
line diff
--- a/templates/gitweb/fileannotate.tmpl Sat Oct 14 18:47:48 2006 -0300 +++ b/templates/gitweb/fileannotate.tmpl Sat Oct 14 15:28:45 2006 -0700 @@ -25,6 +25,7 @@ <div class="title">#file|escape#</div> +<div class="title_text"> <table> <tr> <td class="metatag">changeset #rev#:</td> @@ -45,7 +46,11 @@ <td class="metatag">permissions:</td> <td>#permissions|permissions#</td></tr> </table> +</div> +<div class="page_path"> +{desc|strip|escape|addbreaks} +</div> <div class="page_body"> <table> #annotate%annotateline#