shortlogentry.tmpl
7 lines
| 255 B
| application/x-cheetah
|
CheetahLexer
/ templates / shortlogentry.tmpl
Josef "Jeff" Sipek
|
r2686 | <table class="slogEntry parity#parity#"> | ||
<tr> | ||||
<td class="age">#date|age#</td> | ||||
Matt Mackall
|
r4703 | <td class="author">#author|person#</td> | ||
Thomas Arendsen Hein
|
r3363 | <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td> | ||
Josef "Jeff" Sipek
|
r2686 | </tr> | ||
</table> | ||||