Mercurial > hg-stable
changeset 13861:e8f50febc2d4 stable
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 03 Apr 2011 22:53:20 +0900 |
parents | b5b84dd43613 |
children | 4d0a7d70866b |
files | mercurial/templates/gitweb/help.tmpl mercurial/templates/gitweb/helptopics.tmpl |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/gitweb/help.tmpl Sun Apr 03 22:53:20 2011 +0900 +++ b/mercurial/templates/gitweb/help.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -8,7 +8,7 @@ <body> <div class="page_header"> -<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches +<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / help </div> <div class="page_nav"> @@ -17,8 +17,9 @@ <a href="{url}log{sessionvars%urlparameter}">changelog</a> | <a href="{url}graph{sessionvars%urlparameter}">graph</a> | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | -branches | -<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> +<a href="{url}branches{sessionvars%urlparameter}">branches</a> | +<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> | +help <br/> </div>
--- a/mercurial/templates/gitweb/helptopics.tmpl Sun Apr 03 22:53:20 2011 +0900 +++ b/mercurial/templates/gitweb/helptopics.tmpl Sun Apr 03 22:53:20 2011 +0900 @@ -8,7 +8,7 @@ <body> <div class="page_header"> -<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches +<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / help </div> <div class="page_nav">