summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-12-01 23:04:34 -0200
committerGiovane <giovaneliberato@gmail.com>2015-12-29 15:13:53 -0200
commit14f0e57ccbda82206cd8149018b306c6f17032d9 (patch)
tree345770216b5e5991a5a573a809e8d7cc2f31653b /web-ui/app/index.html
parent8614202031525b87a55b16517a12f61c05b8b33a (diff)
Shows unread count on title bar
- This commit creates the unread_count_title component
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r--web-ui/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index 9ffeee82..f11b05f8 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -6,7 +6,7 @@
href="assets/images/Favicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-<title>$account_email - Pixelated Mail</title>
+<title><span id="unread-count-title"></span> $account_email - Pixelated Mail</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="assets/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">