view mercurial/templates/gitweb/notfound.tmpl @ 35060:f9b23fa35cb3

hgweb: split long lines in gitweb and monoblue (changeset summary and tags)
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 15 Nov 2017 16:06:00 +0800
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}