diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4690,9 +4690,6 @@ div.diffblock .code-header.banner { padding: 3px 3px 11px 3px; } -div.diffblock .code-header.cv { - height: 34px; -} div.diffblock .code-header-title { padding: 0px 0px 10px 5px !important; margin: 0 !important; diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -62,9 +62,9 @@ <%def name="context_bar(current=None)"> - %if c.repo_name: + %if c.repo_name: ${repo_context_bar(current)} - %endif + %endif <%def name="admin_menu()"> 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 @@ <%include file='bookmarks_data.html'/>
+