diff mercurial/templates/gitweb/fileannotate.tmpl @ 12680:d664547ef540

hgweb: add help link to templates missed in ead4e21f49f1
author Augie Fackler <durin42@gmail.com>
date Sat, 09 Oct 2010 17:58:48 -0500
parents f91e5630ce7e
children fd8a6ca3a750
line wrap: on
line diff
--- a/mercurial/templates/gitweb/fileannotate.tmpl	Sat Oct 09 17:58:54 2010 -0500
+++ b/mercurial/templates/gitweb/fileannotate.tmpl	Sat Oct 09 17:58:48 2010 -0500
@@ -25,7 +25,9 @@
 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
 annotate |
 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
-<a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a><br/>
+<a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a> |
+<a href="{url}help{sessionvars%urlparameter}">help</a>
+<br/>
 </div>
 
 <div class="title">{file|escape}</div>