mercurial/templates/paper/filelogentry.tmpl
changeset 25108 09ec4220a839
parent 19454 f4a3b50a30bd
child 25110 c9f382c8233a
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}{rename%filelogrename}</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}{rename%filelogrename}
       
     7   </td>
     5  </tr>
     8  </tr>