summaryrefslogtreecommitdiffstats
path: root/client/components/notifications/notifications.jade
blob: bf8acbbf970e0fd56f65b2762833a5e2e44c72fa (plain)
1
2
3
4
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)