wekan/client/components/notifications/notifications.jade

6 lines
317 B
Text
Raw Normal View History

2020-03-27 11:35:03 -06:00
template(name='notifications')
#notifications.board-header-btns.right
a.notifications-drawer-toggle.fa.fa-bell(class="{{#if $gt unreadNotifications 0}}alert{{/if}}" title="{{_ 'notifications'}}")
2020-03-27 11:35:03 -06:00
if $.Session.get 'showNotificationsDrawer'
+notificationsDrawer(unreadNotifications=unreadNotifications)