dbot/views/report/notifies.jade

22 lines
462 B
Plaintext
Raw Normal View History

2013-07-06 20:45:21 +02:00
extends ../layout
block content
div#backlink
2013-07-29 23:08:41 +02:00
a(href='/report/'+server) « Server Channels
2013-07-06 20:45:21 +02:00
p
div#profile_datatable
table.table.table-hover.data
thead
tr
th Date
th Channel
th User
th Message
tbody
for notify, key in notifies
tr
td #{new Date(notify.time)}
td #{notify.channel}
td #{notify.user}
td #{notify.message}