mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 01:06:09 +01:00
add a "remove all read" button to notification menu
This commit is contained in:
parent
1e20e2601f
commit
a182dde11f
4 changed files with 32 additions and 1 deletions
|
|
@ -14,3 +14,7 @@ template(name='notificationsDrawer')
|
|||
+notification(activityData=activity index=dbIndex read=read)
|
||||
if($gt unreadNotifications 0)
|
||||
a.all-read {{_ 'mark-all-as-read'}}
|
||||
if ($and ($.Session.get 'showReadNotifications') ($gt readNotifications 0))
|
||||
a.remove-read
|
||||
i.fa.fa-trash
|
||||
| {{_ 'remove-all-read'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue