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 @@ -5,7 +5,6 @@ ${_('%s Bookmarks') % c.repo_name} · ${c.rhodecode_name} - <%def name="breadcrumbs_links()"> ${_('Bookmarks')} @@ -14,9 +13,10 @@ <%def name="page_nav()"> ${self.menu('bookmarks')} + <%def name="main()"> +${self.context_bar('switch-to')}
-${self.context_bar('switch-to')}
${self.breadcrumbs()} @@ -26,6 +26,7 @@ ${self.context_bar('switch-to')} <%include file='bookmarks_data.html'/>
+