changeset 6222:d2353ed8b153

gitweb: use {url} as entrypoint in notfound.tmpl instead of /
author Brendan Cully <brendan@kublai.com>
date Sat, 08 Mar 2008 17:28:25 -0800
parents 2eb18c780287
children bab6c8f2bb1a
files templates/gitweb/notfound.tmpl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/gitweb/notfound.tmpl	Sat Mar 08 17:19:18 2008 -0800
+++ b/templates/gitweb/notfound.tmpl	Sat Mar 08 17:28:25 2008 -0800
@@ -12,7 +12,7 @@
 The specified repository "{repo|escape}" is unknown, sorry.
 <br/>
 <br/>
-Please go back to the <a href="/">main repository list page</a>.
+Please go back to the <a href="{url}">main repository list page</a>.
 </div>
 
 {footer}