sapling/templates/old/shortlogentry.tmpl

8 lines
227 B
Cheetah
Raw Normal View History

2006-10-05 04:04:40 +04:00
<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>