view templates/coal/filelogentry.tmpl @ 6454:eec89a03db08

coal: even more tweaks - rearrange file browser columns - add folder and file icons - make browse table uniformly monospaced - use lowercase consistently for column heads - fix search container div
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Apr 2008 18:51:06 -0500
parents 856ae126f48c
children 0fa3b6677027
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></td>
 </tr>