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()">