Download this file

notification.jade    9 lines (9 with data), 493 Bytes

1
2
3
4
5
6
7
8
9
div(ng-click="openUrl('{{::notification.action[0].url}}','{{::notification._id}}');" ng-class="{'readNotificationBox': notification.read, 'unreadNotificationBox': !notification.read}")
img.c2net-notification-icon(src='{{::notification.action[0].display.label}}')
a.c2net-notification-title
span
{{::notification.category}}
a.c2net-notification-time
span(am-time-ago='::notification.timestamps.creation')
p.c2net-notification-body-long
{{::notification.complement.id}}