Mercurial > public > mercurial-scm > hg-stable
diff templates/gitweb/map @ 4842:d39776752a1f
gitweb: add notfound template
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 05 Jul 2007 19:47:04 -0700 |
parents | 7ffb8bedb5de |
children | 46c5e1ee8aaa |
line wrap: on
line diff
--- a/templates/gitweb/map Thu Jul 05 19:44:06 2007 -0700 +++ b/templates/gitweb/map Thu Jul 05 19:47:04 2007 -0700 @@ -5,6 +5,7 @@ changelog = changelog.tmpl summary = summary.tmpl error = error.tmpl +notfound = notfound.tmpl naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '