templates/gitweb/notfound.tmpl
author Greg Ward <greg@gerg.ca>
Fri, 03 Jul 2009 10:43:46 -0400
changeset 9024 10532b29cdee
parent 8936 1de6e7e1bb9f
permissions -rw-r--r--
context: improve arg-checking assert.

{header}
<title>Mercurial repository not found</title>
</head>

<body>

<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
</div>

<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Please go back to the <a href="{url}">main repository list page</a>.
</div>

{footer}