diff mercurial/templates/gitweb/shortlog.tmpl @ 10254:8d5de52431f2

hgweb: changenav: separate pages before and after the current position This should allow styles to customize more precisely navigation bar, for example inserting a cursor to show where we are in the navigation bar.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 16 Jan 2010 02:33:06 +0100
parents f91e5630ce7e
children ead4e21f49f1
line wrap: on
line diff
--- a/mercurial/templates/gitweb/shortlog.tmpl	Fri Jan 15 21:32:53 2010 +0100
+++ b/mercurial/templates/gitweb/shortlog.tmpl	Sat Jan 16 02:33:06 2010 +0100
@@ -25,8 +25,7 @@
 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}
-<br/>
-{changenav%navshortentry}<br/>
+<br/>{changenav%navshort}<br/>
 </div>
 
 <div class="title">&nbsp;</div>
@@ -35,7 +34,7 @@
 </table>
 
 <div class="page_nav">
-{changenav%navshortentry}
+{changenav%navshort}
 </div>
 
 {footer}