view mercurial/templates/paper/filelogentry.tmpl @ 11780:3cdd6fdc3d9e

Merge with stable
author Martin Geisler <mg@aragost.com>
date Wed, 11 Aug 2010 12:30:18 +0200
parents f91e5630ce7e
children 1209e1d52b68
line wrap: on
line source

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