hgwebdir: add links to the main repository page in notfound.tmpl
authortimeless@mozdev.org
Mon, 03 Aug 2009 10:39:14 +0200
changeset 9304 9219037fc0a6
parent 9303 c9d71b317832
child 9305 1adabc0c05a2
hgwebdir: add links to the main repository page in notfound.tmpl
templates/paper/notfound.tmpl
templates/spartan/notfound.tmpl
--- a/templates/paper/notfound.tmpl	Mon Aug 03 10:28:09 2009 +0200
+++ b/templates/paper/notfound.tmpl	Mon Aug 03 10:39:14 2009 +0200
@@ -7,6 +7,6 @@
 
 The specified repository "{repo|escape}" is unknown, sorry.
 
-Please go back to the main repository list page.
+Please go back to the <a href="{url}">main repository list page</a>.
 
 {footer}
--- a/templates/spartan/notfound.tmpl	Mon Aug 03 10:28:09 2009 +0200
+++ b/templates/spartan/notfound.tmpl	Mon Aug 03 10:39:14 2009 +0200
@@ -7,6 +7,6 @@
 
 The specified repository "{repo|escape}" is unknown, sorry.
 
-Please go back to the main repository list page.
+Please go back to the <a href="{url}">main repository list page</a>.
 
 {footer}