wekan/client/components/notifications/notifications.jade
2020-09-04 10:22:51 -07:00

6 lines
287 B
Plaintext

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)