Mercurial > public > mercurial-scm > hg
diff mercurial/templates/gitweb/changeset.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 | b602ac02f1ba |
children | 616ad3f6fd33 |
line wrap: on
line diff
--- a/mercurial/templates/gitweb/changeset.tmpl Sun Apr 03 23:44:28 2011 +0900 +++ b/mercurial/templates/gitweb/changeset.tmpl Sun Apr 03 23:47:05 2011 +0900 @@ -17,6 +17,7 @@ <a href="{url}log/{rev}{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}{sessionvars%urlparameter}">files</a> | changeset |