From 2f882b505af0cfa0529084098c2c6ad4ba10854b Mon Sep 17 00:00:00 2001 From: Jeff Arnold Date: Mon, 26 Nov 2012 17:57:31 -0500 Subject: [PATCH] Show "how many messages have arrived while away" in the document title (imported from commit 6e2a18be9953694048d107a56a03a67f8bc2bd5a) --- templates/zephyr/base.html | 4 +-- templates/zephyr/index.html | 1 + tools/jslint/check-all.js | 2 +- zephyr/static/js/notifications.js | 44 +++++++++++++++++++++---------- 4 files changed, 34 insertions(+), 17 deletions(-) diff --git a/templates/zephyr/base.html b/templates/zephyr/base.html index f94745cb9f..a726e3c1d0 100644 --- a/templates/zephyr/base.html +++ b/templates/zephyr/base.html @@ -6,9 +6,9 @@ {% if user_profile.realm.domain %} - Humbug for {{user_profile.realm.domain}} + Humbug - {{user_profile.realm.domain}} {% else %} - Humbug, from Humbug Inc. + Humbug {% endif %}