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 @@ -61,17 +61,24 @@ <%def name="usermenu()"> +
  • + + + %if c.rhodecode_user.username != 'default' and c.unread_notifications != -1: + ${c.unread_notifications} + %endif + + + %if c.rhodecode_user.username != 'default': + ${c.rhodecode_user.username} + %else: + ${_('Not logged in')} + %endif + + +
  • +
    -
    - - %if c.rhodecode_user.username != 'default' and c.unread_notifications != 0: - - %endif -