summaryrefslogtreecommitdiffstats
path: root/client/components/notifications/notification.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/notifications/notification.jade')
-rw-r--r--client/components/notifications/notification.jade10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/components/notifications/notification.jade b/client/components/notifications/notification.jade
new file mode 100644
index 00000000..c98bbdba
--- /dev/null
+++ b/client/components/notifications/notification.jade
@@ -0,0 +1,10 @@
+template(name='notification')
+ li.notification(class="{{#if read}}read{{/if}}")
+ .read-status
+ .materialCheckBox(class="{{#if read}}is-checked{{/if}}")
+ +notificationIcon(activityData)
+ .details
+ +activity(activity=activityData mode='none')
+ if read
+ .remove
+ a.fa.fa-trash