Mercurial > hg
diff mercurial/templates/monoblue/summary.tmpl @ 13924:ea726c97c1b6
hgweb: add bookmarks listing to summary page of gitweb/monoblue styles
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 10 Apr 2011 10:01:42 +0900 |
parents | b5b84dd43613 |
children | bebb05a7e249 |
line wrap: on
line diff
--- a/mercurial/templates/monoblue/summary.tmpl Sun Apr 10 10:01:39 2011 +0900 +++ b/mercurial/templates/monoblue/summary.tmpl Sun Apr 10 10:01:42 2011 +0900 @@ -58,6 +58,14 @@ </tr> </table> + <h2><a href="{url}bookmarks{sessionvars%urlparameter}">Bookmarks</a></h2> + <table> + {bookmarks%bookmarkentry} + <tr class="light"> + <td colspan="3"><a class="list" href="{url}bookmarks{sessionvars%urlparameter}">...</a></td> + </tr> + </table> + <h2 class="no-link">Branches</h2> <table> {branches%branchentry}