view templates/coal/shortlogentry.tmpl @ 7407:7b2a77b20964

coal/paper: display branch names in log
author Benoit Allard <benoit@aeteurope.nl>
date Tue, 25 Nov 2008 22:51:10 +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>