view mercurial/templates/gitweb/notfound.tmpl @ 20076:faa4b3fc4197 stable

templater: makes branches work correctly with stringify (issue4108)
author Matt Mackall <mpm@selenic.com>
date Thu, 21 Nov 2013 11:30:52 -0600
parents 9409aeaafdc1
children
line wrap: on
line source

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

<body>

<div class="page_header">
<a href="{logourl}" 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|urlescape}">main repository list page</a>.
</div>

{footer}