mercurial/templates/paper/shortlogentry.tmpl
changeset 25108 09ec4220a839
parent 19529 9cef7539c69f
child 35087 9acc0360ff67
equal deleted inserted replaced
25107:149cc7663ac8 25108:09ec4220a839
     1  <tr>
     1  <tr>
     2   <td class="age">{date|rfc822date}</td>
     2   <td class="age">{date|rfc822date}</td>
     3   <td class="author">{author|person}</td>
     3   <td class="author">{author|person}</td>
     4   <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>
     4   <td class="description">
       
     5    <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
       
     6    {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}
       
     7   </td>
     5  </tr>
     8  </tr>