##// END OF EJS Templates
setup: backout 8504699d1aa6...
setup: backout 8504699d1aa6 Change wasn't compatible with Python 2.x

File last commit:

r15375:fe9d36a6 stable
r15523:f9da84a9 default
Show More
shortlogentry.tmpl
7 lines | 271 B | application/x-cheetah | CheetahLexer
<table class="slogEntry parity{parity}">
<tr>
<td class="age">{date|rfc822date}</td>
<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>