templates/coal/filelogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Mon, 31 Mar 2008 21:49:36 -0500
changeset 6436 856ae126f48c
child 7409 0fa3b6677027
permissions -rw-r--r--
templates: add coal web theme

 <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></td>
 </tr>