sapling/templates/old/shortlogentry.tmpl
2006-10-04 17:04:40 -07:00

8 lines
227 B
Cheetah

<table class="slogEntry parity#parity#">
<tr>
<td class="age">#date|age#</td>
<td class="author">#author|obfuscate#</td>
<td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
</tr>
</table>