##// END OF EJS Templates
Added managment pages....
Added managment pages. + fixed routing bug done a lot in templates

File last commit:

r31:2963f289 default
r44:d924b931 default
Show More
footer.tmpl
12 lines | 416 B | application/x-cheetah | CheetahLexer
## -*- coding: utf-8 -*-
<div class="page-footer">
<p>
Mercurial Repository: {repo|escape}
</p>
<ul class="object-tools">
<li><a href="{url}rss-log">RSS</a></li>
<li><a href="{url}atom-log">Atom</a></li>
<li><a href="http://www.selenic.com/mercurial/" title="Mercurial">Powered by Mercurial</a></li>
</ul>
{motd}
</div>