mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
11 lines
311 B
Text
11 lines
311 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')
|
||
|
|
if read
|
||
|
|
.remove
|
||
|
|
a.fa.fa-trash
|