diff --git a/templates/zerver/navbar.html b/templates/zerver/navbar.html index e09f035f9d..d3cefaec21 100644 --- a/templates/zerver/navbar.html +++ b/templates/zerver/navbar.html @@ -59,9 +59,15 @@ {{ _('Settings') }} +
  • + + {{ _('Administration') }} + +
  • +
  • - {{ _('Keyboard shortcuts') }} + {{ _('Keyboard shortcuts') }}
  • @@ -69,9 +75,9 @@ {{ _('Message formatting') }}
  • -
  • +
  • - {{ _('Search help') }} + {{ _('Search operators') }}
  • @@ -91,18 +97,6 @@
  • -
  • - - {{ _('Administration') }} - -
  • - {% if show_invites %} -
  • - - {{ _('Invite users') }} - -
  • - {% endif %} {% if enable_feedback %}
  • @@ -110,7 +104,14 @@
  • {% endif %} + {% if show_invites %} +
  • + + {{ _('Invite users') }} + +
  • + {% endif %} {% if show_webathena %}