This commit is contained in:
reality 2013-08-12 22:25:41 +00:00
parent e757ee34df
commit 2ed6488d77

View File

@ -0,0 +1,17 @@
extends ../layout
block content
h3 Notifications Missed by #{user.primaryNick}
p
if notifies
div#profile_datatable
table.table.table-hover.data
thead
tr
th Date
th Message
tbody
each notify in notifies
tr
td #{new Date(notify.time)}
td #{notify.message}