##// END OF EJS Templates
hgweb: added revision date to annotate line data...
hgweb: added revision date to annotate line data The only revision information yielded by the annotate view was the revision number itself. The patch allows the use of per-line revision dates in the corresponding templates.

File last commit:

r9999:f91e5630 default
r13199:a38df125 default
Show More
footer.tmpl
11 lines | 207 B | application/x-cheetah | CheetahLexer
<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>