Use time element
This commit is contained in:
@ -33,8 +33,8 @@ component Notification(notification *arn.Notification)
|
||||
|
||||
footer.notification-footer
|
||||
p.notification-text= notification.Message
|
||||
.notification-date.utc-date(data-date=notification.Created)
|
||||
time.notification-date.utc-date(datetime=notification.Created)
|
||||
|
||||
if notification.Seen != ""
|
||||
.notification-seen
|
||||
RawIcon("check")
|
||||
RawIcon("check")
|
||||
|
Reference in New Issue
Block a user