view templates/coal/filelogentry.tmpl @ 7409:0fa3b6677027

coal/paper: display tags and branch in filelog page
author Benoit Allard <benoit@aeteurope.nl>
date Tue, 25 Nov 2008 21:54:28 +0100
parents 856ae126f48c
children
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>