templates/paper/shortlogentry.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 17 May 2009 03:38:03 +0200
changeset 8462 e7e4e41b3bbc
parent 8235 89bc3946c8f3
permissions -rw-r--r--
repair: use set instead of dict

 <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>