##// END OF EJS Templates
localrepo: decorate _bookmarks/current with filecache...
localrepo: decorate _bookmarks/current with filecache nodebookmarks() can be cached as well, leaving for later

File last commit:

r14046:b24e5a70 default
r14933:f61a85b2 default
Show More
shortlogentry.tmpl
7 lines | 265 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <table class="slogEntry parity{parity}">
<tr>
Benoit Allard
web: Made elapsed time calculation dynamic (javascript)....
r14046 <td class="age">{date|date}</td>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <td class="author">{author|person}</td>
<td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
</tr>
</table>