diff --git a/rhodecode/templates/bookmarks/bookmarks.html b/rhodecode/templates/bookmarks/bookmarks.html --- a/rhodecode/templates/bookmarks/bookmarks.html +++ b/rhodecode/templates/bookmarks/bookmarks.html @@ -22,13 +22,27 @@ ${self.context_bar('switch-to')} ${self.breadcrumbs()} + %if c.repo_bookmarks: +
${_('Compare bookmarks')}
+ %endif
<%include file='bookmarks_data.html'/>