3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-10 19:40:55 +01:00
dbot/views/report/missing_notifies.jade

20 lines
430 B
Plaintext
Raw Normal View History

2013-08-12 22:25:41 +00:00
extends ../layout
block content
h3 Notifications Missed by #{user.primaryNick}
2013-08-17 21:04:42 +00:00
div#backlink
a(href='/report') « Notifications
2013-08-12 22:25:41 +00:00
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}