##// END OF EJS Templates
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
Brendan Cully -
r6222:d2353ed8 default
parent child Browse files
Show More
@@ -1,18 +1,18
1 1 {header}
2 2 <title>Mercurial repository not found</title>
3 3 </head>
4 4
5 5 <body>
6 6
7 7 <div class="page_header">
8 8 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
9 9 </div>
10 10
11 11 <div class="page_body">
12 12 The specified repository "{repo|escape}" is unknown, sorry.
13 13 <br/>
14 14 <br/>
15 Please go back to the <a href="/">main repository list page</a>.
15 Please go back to the <a href="{url}">main repository list page</a>.
16 16 </div>
17 17
18 18 {footer}
General Comments 0
You need to be logged in to leave comments. Login now