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 @@ -63,20 +63,19 @@ <%def name="usermenu()"> ## USER MENU
  • - - - %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 - - + + + avatar + + %if c.rhodecode_user.username != 'default': + ${c.rhodecode_user.username} + %if c.unread_notifications != 0: + ${c.unread_notifications} + %endif + %else: + ${_('Not logged in')} + %endif +