view templates/shortlogentry.tmpl @ 3279:46188b9528ca

Add {getentries} to default style
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Oct 2006 15:04:15 -0700
parents d1aa83f199ef
children ce8f31e0b3b8
line wrap: on
line source

<table class="slogEntry parity#parity#">
 <tr>
  <td class="age">#date|age#</td>
  <td class="author">#author|obfuscate#</td>
  <td class="node"><a href="#url#rev/#node|short#{getentries}">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>