# HG changeset patch # User Mads Kiilerich # Date 1364314792 -3600 # Node ID 51da0e019248a3a25db9d887b9b4f700d4ed0e39 # Parent 727119201a42c87ad4597b4e074dce3002084277 repository pages: cleanup of use of repository context menu diff -r 727119201a42 -r 51da0e019248 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Tue Mar 26 17:16:04 2013 +0100 +++ b/rhodecode/public/css/style.css Tue Mar 26 17:19:52 2013 +0100 @@ -4690,9 +4690,6 @@ 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 -r 727119201a42 -r 51da0e019248 rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html Tue Mar 26 17:16:04 2013 +0100 +++ b/rhodecode/templates/base/base.html Tue Mar 26 17:19:52 2013 +0100 @@ -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 -r 727119201a42 -r 51da0e019248 rhodecode/templates/bookmarks/bookmarks.html --- a/rhodecode/templates/bookmarks/bookmarks.html Tue Mar 26 17:16:04 2013 +0100 +++ b/rhodecode/templates/bookmarks/bookmarks.html Tue Mar 26 17:19:52 2013 +0100 @@ -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'/>
+