summaryrefslogtreecommitdiffstats
path: root/client/components/notifications/notifications.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/notifications/notifications.jade')
-rw-r--r--client/components/notifications/notifications.jade5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/components/notifications/notifications.jade b/client/components/notifications/notifications.jade
new file mode 100644
index 00000000..bf8acbbf
--- /dev/null
+++ b/client/components/notifications/notifications.jade
@@ -0,0 +1,5 @@
+template(name='notifications')
+ #notifications.board-header-btns.right
+ a.notifications-drawer-toggle.fa.fa-bell(class="{{#if $gt unreadNotifications 0}}alert{{/if}}")
+ if $.Session.get 'showNotificationsDrawer'
+ +notificationsDrawer(unreadNotifications=unreadNotifications)