##// END OF EJS Templates
setup: don't ship i18n directory...
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.

File last commit:

r8936:1de6e7e1 default
r9998:4a3c388f default
Show More
notfound.tmpl
18 lines | 407 B | application/x-cheetah | CheetahLexer
Brendan Cully
gitweb: add notfound template
r4842 {header}
Bryan O'Sullivan
hgweb: make notfound templates more informative
r5560 <title>Mercurial repository not found</title>
Brendan Cully
gitweb: add notfound template
r4842 </head>
<body>
<div class="page_header">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
Brendan Cully
gitweb: add notfound template
r4842 </div>
<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Brendan Cully
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
r6222 Please go back to the <a href="{url}">main repository list page</a>.
Brendan Cully
gitweb: add notfound template
r4842 </div>
{footer}