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 @@ -164,7 +164,7 @@ %if current not in ['home','admin', 'search', 'journal']: ##REGULAR MENU
  • - + ${_('Summary')} @@ -172,7 +172,7 @@
  • - + ${_('Changelog')} @@ -191,7 +191,7 @@
  • - + ${_('Files')} @@ -295,7 +295,7 @@ ##ROOT MENU %if c.rhodecode_user.username != 'default':
  • - + ${_('Journal')} @@ -313,7 +313,7 @@
  • %endif
  • - + ${_('Search')}