gitweb: use {url} as entrypoint in notfound.tmpl instead of /
authorBrendan Cully <brendan@kublai.com>
Sat, 08 Mar 2008 17:28:25 -0800
changeset 6222 d2353ed8b153
parent 6221 2eb18c780287
child 6223 bab6c8f2bb1a
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
templates/gitweb/notfound.tmpl
--- 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}