##// END OF EJS Templates
Merge with stable
Merge with stable

File last commit:

r8431:5c1aabc5 default
r9997:c0858373 merge default
Show More
shortlogentry.tmpl
7 lines | 264 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <table class="slogEntry parity{parity}">
Matt Mackall
hgweb: move old style to spartan/
r7338 <tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td class="age">{date|age}</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>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
</table>