فهرست منبع

Merge pull request #3366 from helioguardabaxo/master

Added date notification icons
Lauri Ojansivu 4 سال پیش
والد
کامیت
9e47abdaa3
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      client/components/notifications/notificationIcon.jade

+ 4 - 0
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