view mercurial/templates/paper/shortlogentry.tmpl @ 19452:6f5556454edd

hgweb: make stripes in log and search with CSS
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:59:00 +0400
parents 9409aeaafdc1
children 9cef7539c69f
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 % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
 </tr>