diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index 57bf9266d3..8789f2779b 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -49,6 +49,7 @@ {% include "zerver/app/settings_overlay.html" %} +{% include "zerver/app/navbar_alerts.html" %} {% include "zerver/app/navbar.html" %}
diff --git a/templates/zerver/app/navbar.html b/templates/zerver/app/navbar.html index 1c2f7ce9cf..25e526d3ac 100644 --- a/templates/zerver/app/navbar.html +++ b/templates/zerver/app/navbar.html @@ -1,42 +1,3 @@ -
-
- × -
- {% trans %}Zulip needs your permission to - enable desktop notifications. - {% endtrans %} -
-
- {{ _('We strongly recommend enabling desktop notifications. They help Zulip keep your team connected.') }} - - {{ _('Enable notifications') }} - • - {{ _('Ask me later') }} - • - {{ _('Never ask on this computer') }} - -
-
-
- × -
- {% trans %}Zulip needs to send email to confirm users' addresses and send notifications.{% endtrans %} - - {% trans %}See how to configure email.{% endtrans %} - -
-
-
- × -
- You are using an old, insecure version of the Zulip - desktop app that cannot auto-update. - - Download the latest version. - -
-
-