Mercurial > hg-stable
changeset 3246:27139167e615
hgweb: fix manifest link in gitweb summary
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Wed, 04 Oct 2006 11:14:33 -0700 |
parents | 3bdeca8946a6 |
children | 7a0d70b69d74 1e2941fda520 |
files | templates/gitweb/summary.tmpl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/gitweb/summary.tmpl Wed Oct 04 18:43:40 2006 +0200 +++ b/templates/gitweb/summary.tmpl Wed Oct 04 11:14:33 2006 -0700 @@ -9,7 +9,7 @@ <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / summary </div> <div class="page_nav"> -summary | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=mf=#node|short#;path=/;style=gitweb">manifest</a>#archives%archiveentry# +summary | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#node|short#;path=/;style=gitweb">manifest</a>#archives%archiveentry# <br/> </div>