mercurial/templates/paper/shortlogentry.tmpl
changeset 14046 b24e5a708fad
parent 13596 270f57d35525
child 15375 fe9d36a6853e
equal deleted inserted replaced
14045:1c38777f7b8a 14046:b24e5a708fad
     1  <tr class="parity{parity}">
     1  <tr class="parity{parity}">
     2   <td class="age">{age(date)}</td>
     2   <td class="age">{date|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 % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</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> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
     5  </tr>
     5  </tr>