view mercurial/templates/paper/shortlogentry.tmpl @ 17290:7a9246abf9fe stable

hgweb: make paper:error consistent with template Tests fixed by Patrick Mézard <patrick@mezard.eu>
author Ross Lagerwall <rosslagerwall@gmail.com>
date Mon, 30 Jul 2012 11:33:27 +0200
parents fe9d36a6853e
children 9409aeaafdc1
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}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>