view templates/coal/filelogentry.tmpl @ 6453:cb16217ff4d8

coal: more tweaking - add quirksmode hack in attempt to make MSIE happy - add container divs for more browsers compatibility - fix file log button on file page - link to first line of file source from browser - change revision navigator style
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Apr 2008 18:47:19 -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>