diff --git a/rhodecode/templates/bookmarks/bookmarks_data.html b/rhodecode/templates/bookmarks/bookmarks_data.html --- a/rhodecode/templates/bookmarks/bookmarks_data.html +++ b/rhodecode/templates/bookmarks/bookmarks_data.html @@ -7,13 +7,14 @@ ${_('Date')} ${_('Author')} ${_('Revision')} + ${_('Compare')} %for cnt,book in enumerate(c.repo_bookmarks.items()): - ${h.link_to(book[0], + ${h.link_to(book[0], h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id))} @@ -24,6 +25,10 @@
r${book[1].revision}:${h.short_id(book[1].raw_id)}
+ + + + %endfor