##// END OF EJS Templates
hgweb: fix navigation label (issue3792)...
hgweb: fix navigation label (issue3792) Latest refactoring (6da1e979340a) was buggy and used a variable from another loop. Tests are run on repo too small to cache that.

File last commit:

r14046:b24e5a70 default
r18503:7f769d3a stable
Show More
footer.tmpl
12 lines | 263 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
<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>