##// END OF EJS Templates
hgweb: format page_nav of gitweb/error.tmpl and add missing links
Yuya Nishihara -
r13862:4d0a7d70 stable
parent child Browse files
Show More
@@ -12,7 +12,14 b''
12 12 </div>
13 13
14 14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | <a href="{url}log{sessionvars%urlparameter}">changelog</a> | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a><br/>
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
21 <a href="{url}help{sessionvars%urlparameter}">help</a>
22 <br/>
16 23 </div>
17 24
18 25 <div class="page_body">
General Comments 0
You need to be logged in to leave comments. Login now