forked from GitHub/dbot
derp
This commit is contained in:
parent
e757ee34df
commit
2ed6488d77
17
views/report/missing_notifies.jade
Normal file
17
views/report/missing_notifies.jade
Normal 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}
|
Loading…
Reference in New Issue
Block a user