dbot/views/report/missing_notifies.jade
2013-09-07 19:28:46 +00:00

24 lines
530 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 Channel
th User
th Message
tbody
each notify in notifies
tr
td #{notify.time}
td #{notify.channel}
td #{notify.user}
td #{notify.message}