view templates/paper/shortlogentry.tmpl @ 7411:b71ee3e00e81

coal/paper: move actual templates from coal to paper
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Tue, 25 Nov 2008 22:40:16 +0100
parents
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>