dbot/views/report/missing_notifies.jade

18 lines
371 B
Plaintext
Raw Normal View History

2013-08-13 00:25:41 +02:00
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}