diff mercurial/templates/gitweb/filelog.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 d664547ef540
line wrap: on
line diff
--- a/mercurial/templates/gitweb/filelog.tmpl	Fri Jan 15 21:32:53 2010 +0100
+++ b/mercurial/templates/gitweb/filelog.tmpl	Sat Jan 16 02:33:06 2010 +0100
@@ -24,7 +24,7 @@
 <a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> |
 <a href="{url}rss-log/{node|short}/{file|urlescape}">rss</a>
 <br/>
-{nav%filenaventry}
+{nav%filenav}
 </div>
 
 <div class="title" >{file|urlescape}</div>
@@ -34,7 +34,7 @@
 </table>
 
 <div class="page_nav">
-{nav%filenaventry}
+{nav%filenav}
 </div>
 
 {footer}