view templates/coal/shortlogentry.tmpl @ 6775:54ccf41761c9

coal: include current node in log, graph menu links
author Brendan Cully <brendan@kublai.com>
date Thu, 26 Jun 2008 13:37:47 -0700
parents 856ae126f48c
children 7b2a77b20964
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>{tags%changelogtag}</td>
 </tr>