3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/views/warning/warnings.jade

20 lines
412 B
Plaintext

extends ../layout
block content
div#backlink
a(href='/warning/'+server) « Server Warnings
p
div#profile_datatable
table.table.table-hover.data
thead
tr
th Date
th Warner
th Reason
tbody
each warning, key in warns
tr
td #{new Date(warning.time)}
td #{warning.warner}
td #{warning.reason}