##// END OF EJS Templates
paper: get rid of changelogtag template duplication
Alexander Plavin -
r19529:9cef7539 default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 1 <tr>
2 2 <td class="age">{date|rfc822date}</td>
3 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 % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</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>
5 5 </tr>
General Comments 0
You need to be logged in to leave comments. Login now