mercurial/templates/paper/shortlogentry.tmpl
changeset 13176 895f54a79c6e
parent 9999 f91e5630ce7e
child 13596 270f57d35525
equal deleted inserted replaced
13175:09cde75e0613 13176:895f54a79c6e
     1  <tr class="parity{parity}">
     1  <tr class="parity{parity}">
     2   <td class="age">{date|age}</td>
     2   <td class="age">{age(date)}</td>
     3   <td class="author">{author|person}</td>
     3   <td class="author">{author|person}</td>
     4   <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
     4   <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> '}</td>
     5  </tr>
     5  </tr>