FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan

This commit is contained in:
Martin Filser 2023-09-16 09:26:09 +02:00
parent 7eea0207e4
commit ea39cfbf5a
9 changed files with 35 additions and 31 deletions

View file

@ -21,15 +21,15 @@ template(name='notificationIcon')
else if($in activityType 'checkedItem' 'uncheckedItem' 'addChecklistItem' 'removedChecklistItem')
i.fa.fa-check-square.activity-type(title="checklist item")
else if($in activityType 'addComment')
i.fa.fa-comment.activity-type(title="comment")
i.fa.fa-comment-o.activity-type(title="comment")
else if($in activityType 'createCustomField' 'setCustomField' 'unsetCustomField')
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.activity-type(title="date")
i.fa.fa-clock-o.activity-type(title="date")
else if($in activityType 'a-dueAt' 'a-endAt')
i.fa.fa-clock.activity-type(title="date")
i.fa.fa-clock-o.activity-type(title="date")
else if($in activityType 'createList' 'removeList' 'archivedList')
+listNotificationIcon