mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Added date notification icons
This commit is contained in:
parent
b67d3e91af
commit
4e23429cb8
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ template(name='notificationIcon')
|
|||
i.fa.fa-code.activity-type(title="custom field")
|
||||
else if($in activityType 'addedLabel' 'removedLabel')
|
||||
i.fa.fa-tag.activity-type(title="label")
|
||||
else if($in activityType 'a-startAt' 'a-receivedAt')
|
||||
i.fa.fa-clock-o.activity-type(title="date")
|
||||
else if($in activityType 'a-dueAt' 'a-endAt')
|
||||
i.fa.fa-clock-o.activity-type(title="date")
|
||||
|
||||
else if($in activityType 'createList' 'removeList' 'archivedList')
|
||||
+listNotificationIcon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue