mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 11:20:15 +01:00
Resolve merge conflicts by accepting PR #6131 changes
Co-authored-by: xet7 <15545+xet7@users.noreply.github.com>
This commit is contained in:
parent
dc0b68ee80
commit
97dd5d2064
257 changed files with 9483 additions and 14103 deletions
|
|
@ -3,6 +3,7 @@ template(name='notificationsDrawer')
|
|||
.header
|
||||
a.notification-menu-toggle
|
||||
i.fa.fa-bars
|
||||
//- #FIXME could be replaced by a popup to help placement ?
|
||||
.notification-menu(class="{{#if $.Session.get 'showNotificationMenu'}}is-open{{/if}}")
|
||||
.menu-section
|
||||
a.menu-item(class="{{#unless $.Session.get 'showReadNotifications'}}selected{{/unless}}")
|
||||
|
|
@ -44,9 +45,10 @@ template(name='notificationsDrawer')
|
|||
span.menu-icon
|
||||
i.fa.fa-trash
|
||||
span {{_ 'delete-all-notifications'}}
|
||||
h5 {{_ 'notifications'}}
|
||||
if($gt unreadNotifications 0)
|
||||
|(#{unreadNotifications})
|
||||
if($gt unreadNotifications 0)
|
||||
|(#{unreadNotifications}) {{_ 'notifications'}}
|
||||
else
|
||||
|0 {{_ 'notifications'}}
|
||||
a.close
|
||||
i.fa.fa-times-thin
|
||||
ul.notifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue