dbot/views/warning/warnings.jade

19 lines
386 B
Plaintext
Raw Normal View History

2013-06-19 20:02:24 +00:00
extends ../layout
block content
div#backlink
a(href='/warning/'+server)
div#profile_datatable
table.table.table-hover.data
thead
tr
th Date
th Warner
th Reason
tbody
for warning, key in warnings
tr
td #{new Date(warning.time)}
td #{warning.warner}
td #{warning.reason}