view templates/coal/shortlogentry.tmpl @ 6436:856ae126f48c

templates: add coal web theme
author Matt Mackall <mpm@selenic.com>
date Mon, 31 Mar 2008 21:49:36 -0500
parents
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>