view mercurial/templates/paper/shortlogentry.tmpl @ 19529:9cef7539c69f

paper: get rid of changelogtag template duplication
author Alexander Plavin <alexander@plav.in>
date Mon, 22 Jul 2013 17:07:19 +0400
parents 6f5556454edd
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}{bookmarks%changelogtag}</td>
 </tr>