view mercurial/templates/spartan/shortlogentry.tmpl @ 12776:4f4eddee254d

gendoc: move section commands to module scope
author Martin Geisler <mg@lazybytes.net>
date Wed, 20 Oct 2010 18:07:50 +0200
parents f91e5630ce7e
children b24e5a708fad
line wrap: on
line source

<table class="slogEntry parity{parity}">
 <tr>
  <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>
 </tr>
</table>