view mercurial/templates/paper/filelogentry.tmpl @ 19454:f4a3b50a30bd

hgweb: make stripes in file log with CSS
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 18:03:35 +0400
parents 9409aeaafdc1
children 09ec4220a839
line wrap: on
line source

 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
 </tr>