Mercurial > hg
changeset 3357:7cc0f49d8e5c
gitweb: Add error text to error page
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Wed, 11 Oct 2006 16:49:53 -0700 |
parents | fddb0ab6d307 |
children | 818598f5bc8b |
files | templates/gitweb/error.tmpl |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/gitweb/error.tmpl Wed Oct 11 16:39:42 2006 -0700 +++ b/templates/gitweb/error.tmpl Wed Oct 11 16:49:53 2006 -0700 @@ -13,10 +13,11 @@ <a href="{url}summary{getentries}">summary</a> | <a href="{url}shortlog{getentries}">shortlog</a> | <a href="{url}log{getentries}">changelog</a> | <a href="{url}tags{getentries}">tags</a> | <a href="{url}file/#node|short#{getentries}">manifest</a><br/> </div> -<div> +<div class="page_body"> <br/> <i>An error occured while processing your request</i><br/> <br/> +{error|escape} </div> #footer#