templates/paper/filelogentry.tmpl
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 08 Jul 2009 17:01:18 -0700
changeset 9083 ec171737aaf1
parent 8235 89bc3946c8f3
permissions -rw-r--r--
Backed out changeset fce065538bcf: it caused a 5x performance regression on OS X

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