3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/views/report/missing_notifies.jade
2013-08-29 21:12:45 +00:00

20 lines
420 B
Plaintext

extends ../layout
block content
h3 Notifications Missed by #{user.primaryNick}
div#backlink
a(href='/notify') « Notifications
p
if notifies
div#profile_datatable
table.table.table-hover.data
thead
tr
th Date
th Message
tbody
each notify in notifies
tr
td #{notify.time}
td #{notify.message}