mercurial/templates/paper/shortlogentry.tmpl
author Alexander Plavin <me@aplavin.ru>
Sat, 13 Jul 2013 17:59:00 +0400
changeset 19452 6f5556454edd
parent 18526 9409aeaafdc1
child 19529 9cef7539c69f
permissions -rw-r--r--
hgweb: make stripes in log and search with CSS

 <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>