Mercurial > hg > mercurial-source
diff mercurial/templates/gitweb/filediff.tmpl @ 16845:a7ba57b10530 stable
hgweb: fixes linebreak location in gitweb filediff.tmpl view
It is consistent with other templates now and doesn't cause the help link to
(incorrectly) appear on the next line.
author | wujek srujek <wujek.srujek@googlemail.com> |
---|---|
date | Mon, 04 Jun 2012 18:03:23 +0200 |
parents | 616ad3f6fd33 |
children | 1ae119269ddc |
line wrap: on
line diff
--- a/mercurial/templates/gitweb/filediff.tmpl +++ b/mercurial/templates/gitweb/filediff.tmpl @@ -26,8 +26,9 @@ <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> | <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> | diff | -<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/> | +<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a> | <a href="{url}help{sessionvars%urlparameter}">help</a> +<br/> </div> <div class="title">{file|escape}</div>