From 14f0e57ccbda82206cd8149018b306c6f17032d9 Mon Sep 17 00:00:00 2001 From: Giovane Date: Tue, 1 Dec 2015 23:04:34 -0200 Subject: Shows unread count on title bar - This commit creates the unread_count_title component --- web-ui/app/js/views/templates.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/js/views') diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js index e3b8d1f2..99bffae9 100644 --- a/web-ui/app/js/views/templates.js +++ b/web-ui/app/js/views/templates.js @@ -62,6 +62,7 @@ define(['hbs/templates'], function (templates) { userSettingsBox: window.Pixelated['app/templates/page/user_settings_box.hbs'], logout: window.Pixelated['app/templates/page/logout.hbs'], logoutShortcut: window.Pixelated['app/templates/page/logout_shortcut.hbs'], + unreadCountTitle: window.Pixelated['app/templates/page/unread_count_title.hbs'], version: window.Pixelated['app/templates/page/version.hbs'] }, feedback: { -- cgit v1.2.3