Mercurial > hg-stable
diff mercurial/templates/monoblue/map @ 13860:b5b84dd43613 stable
hgweb: add separate bookmarks listing to monoblue theme (based on 38c9837b1f75)
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 03 Apr 2011 22:53:20 +0900 |
parents | 5c18a0bca26f |
children | b24e5a708fad |
line wrap: on
line diff
--- a/mercurial/templates/monoblue/map Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/map Sun Apr 03 22:53:20 2011 +0900 @@ -147,6 +147,17 @@ <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> </td> </tr>' +bookmarks = bookmarks.tmpl +bookmarkentry = ' + <tr class="parity{parity}"> + <td class="nowrap">{date|age}</td> + <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{bookmark|escape}</a></td> + <td class="nowrap"> + <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | + <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> | + <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> + </td> + </tr>' branches = branches.tmpl branchentry = ' <tr class="parity{parity}">