view mercurial/templates/paper/filelogentry.tmpl @ 13850:1209e1d52b68

hgweb: add base link to file log for paper and coal styles (issue2452)
author Kevin Gessner <kevin@fogcreek.com>
date Thu, 31 Mar 2011 15:49:53 -0400
parents f91e5630ce7e
children b24e5a708fad
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|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
 </tr>