diff mercurial/templates/gitweb/filelog.tmpl @ 13864:fd8a6ca3a750 stable

hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75)
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 23:47:05 +0900
parents f3c2261023e5
children 616ad3f6fd33
line wrap: on
line diff
--- a/mercurial/templates/gitweb/filelog.tmpl	Sun Apr 03 23:44:28 2011 +0900
+++ b/mercurial/templates/gitweb/filelog.tmpl	Sun Apr 03 23:47:05 2011 +0900
@@ -17,6 +17,7 @@
 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
+<a href="{url}bookmarks{sessionvars%urlparameter}">bookmarks</a> |
 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
 revisions |