view templates/gitweb/footer.tmpl @ 6829:fec1da46006e

dirstate.walk: build a dict rather than yield Since we're already building a seen dict, we might as well put our results in it to go slightly faster.
author Matt Mackall <mpm@selenic.com>
date Tue, 22 Jul 2008 13:03:21 -0500
parents 345a23eca8f6
children
line wrap: on
line source

<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url}rss-log">RSS</a>
<a href="{url}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>