mirror of
https://github.com/wekan/wekan.git
synced 2026-01-17 06:55:29 +01:00
Thanks to xet7 ! Fixes #6062, fixes #6003, fixes #5996, fixes #5720, fixes #5911, fixes #5792, fixes #5163, fixes #4431, fixes #4126, fixes #3363, fixes #3150
12 lines
393 B
Text
12 lines
393 B
Text
template(name='notification')
|
|
li.notification(class="{{#if read}}read{{/if}}")
|
|
.read-status
|
|
.materialCheckBox(class="{{#if read}}is-checked{{/if}}")
|
|
+notificationIcon(activityData)
|
|
.details
|
|
+activity(activity=activityData mode='none')
|
|
.notification-date
|
|
small.quiet {{activityDate}}
|
|
if read
|
|
.remove
|
|
a(title="{{_ 'delete'}}") 🗑️
|