##// END OF EJS Templates
hgweb: add a link to followlines in descending direction...
hgweb: add a link to followlines in descending direction We change the content of the followlines popup to display two links inviting to follow the history of selected lines in ascending (as before) and descending directions. The popup now renders as: follow history of lines <fromline>:<toline>: <a href=...>ascending</a> / <a href=...>descending</a>

File last commit:

r30765:eb7de21b default
r31940:6ce09d2c default
Show More
footer.tmpl
11 lines | 227 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
Thomas Arendsen Hein
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names...
r18526 <a href="{url|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 </div>
<br />
{motd}
</div>
</body>
</html>