wekan/client/components/notifications/notifications.jade

7 lines
319 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(class="{{#if $gt unreadNotifications 0}}alert{{/if}}" title="{{_ 'notifications'}}")
| 🔔
2020-03-27 11:35:03 -06:00
if $.Session.get 'showNotificationsDrawer'
+notificationsDrawer(unreadNotifications=unreadNotifications)