view templates/paper/filelogentry.tmpl @ 8066:aece3c9e62f1

Merge with crew-stable
author Patrick Mezard <pmezard@gmail.com>
date Mon, 13 Apr 2009 21:57:17 +0200
parents b71ee3e00e81
children 89bc3946c8f3
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}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
 </tr>