comparison mercurial/templates/paper/filelogentry.tmpl @ 25110:c9f382c8233a

hgweb: also display changeset bookmarks in file log (style=paper) There already are branches and tags in file log, now let's add what's been missing: bookmarks. Also, since coal borrows this template from paper, this change is effective for coal as well.
author Anton Shestakov <engored@ya.ru>
date Fri, 15 May 2015 12:19:51 +0800
parents 09ec4220a839
children f36dc643ffdc
comparison
equal deleted inserted replaced
25109:f3e0a5784ca8 25110:c9f382c8233a
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"> 4 <td class="description">
5 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> 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} 6 {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}{rename%filelogrename}
7 </td> 7 </td>
8 </tr> 8 </tr>