From 4e23429cb8294b3a28796fe38608392e491608fa Mon Sep 17 00:00:00 2001 From: helioguardabaxo Date: Mon, 23 Nov 2020 12:10:38 -0300 Subject: [PATCH] Added date notification icons --- client/components/notifications/notificationIcon.jade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/notifications/notificationIcon.jade b/client/components/notifications/notificationIcon.jade index 043776065..ff35739c4 100644 --- a/client/components/notifications/notificationIcon.jade +++ b/client/components/notifications/notificationIcon.jade @@ -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