##// END OF EJS Templates
hgweb: make notfound templates more informative
Bryan O'Sullivan -
r5560:e78c2401 default
parent child Browse files
Show More
@@ -1,19 +1,19 b''
1 1 {header}
2 <title>Mercurial repositories index</title>
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"><div
9 9 style="float:right;">Mercurial</div></a> Not found: {repo|escape}
10 10 </div>
11 11
12 12 <div class="page_body">
13 13 The specified repository "{repo|escape}" is unknown, sorry.
14 14 <br/>
15 15 <br/>
16 16 Please go back to the <a href="/">main repository list page</a>.
17 17 </div>
18 18
19 19 {footer}
@@ -1,12 +1,12 b''
1 1 #header#
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repository not found</title>
3 3 </head>
4 4 <body>
5 5
6 <h2>Mercurial Repositories</h2>
6 <h2>Mercurial repository not found</h2>
7 7
8 8 The specified repository "#repo|escape#" is unknown, sorry.
9 9
10 10 Please go back to the main repository list page.
11 11
12 12 #footer#
General Comments 0
You need to be logged in to leave comments. Login now