templates/paper/shortlogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 01:42:21 +0200
changeset 8450 4a2274a5dcaa
parent 8235 89bc3946c8f3
permissions -rw-r--r--
tests: removed unnecessary execute bit on Python tests

 <tr class="parity{parity}">
  <td class="age">{date|age}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
 </tr>