comparison mercurial/templates/gitweb/help.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 e8f50febc2d4
children 616ad3f6fd33
comparison
equal deleted inserted replaced
13863:b602ac02f1ba 13864:fd8a6ca3a750
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | 15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | 16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> | 17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> | 18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> | 19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}bookmarks{sessionvars%urlparameter}">bookmarks</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> | 21 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> | 22 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
22 help 23 help
23 <br/> 24 <br/>
24 </div> 25 </div>