view mercurial/templates/paper/filelogentry.tmpl @ 19447:182942b38d24

hgweb: make stripes in directory view with CSS
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:44:46 +0400
parents 9409aeaafdc1
children f4a3b50a30bd
line wrap: on
line source

 <tr class="parity{parity}">
  <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>