templates/paper/shortlogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Wed, 30 Dec 2009 20:36:48 +0100
branchstable
changeset 10168 4feae34a287a
parent 8235 89bc3946c8f3
permissions -rw-r--r--
Merge with i18n-stable

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