comparison 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
comparison
equal deleted inserted replaced
7406:ee8af8a4d905 7407:7b2a77b20964
1 <tr class="parity{parity}"> 1 <tr class="parity{parity}">
2 <td class="age">{date|age}</td> 2 <td class="age">{date|age}</td>
3 <td class="author">{author|person}</td> 3 <td class="author">{author|person}</td>
4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a>{tags%changelogtag}</td> 4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
5 </tr> 5 </tr>