##// 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 b''
1 {header}
1 {header}
2 <title>Mercurial repository not found</title>
2 <title>Mercurial repository not found</title>
3 </head>
3 </head>
4
4
5 <body>
5 <body>
6
6
7 <div class="page_header">
7 <div class="page_header">
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
9 </div>
9 </div>
10
10
11 <div class="page_body">
11 <div class="page_body">
12 The specified repository "{repo|escape}" is unknown, sorry.
12 The specified repository "{repo|escape}" is unknown, sorry.
13 <br/>
13 <br/>
14 <br/>
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 </div>
16 </div>
17
17
18 {footer}
18 {footer}
General Comments 0
You need to be logged in to leave comments. Login now