forked from GitHub/dbot
revert notifies changes
This commit is contained in:
parent
5b571a0cb8
commit
16607a68d2
@ -6,7 +6,6 @@ block content
|
||||
p
|
||||
div#controls
|
||||
input(type="text", name="search", id="search-text", oninput="searchNotifies(this.value)")
|
||||
div#row
|
||||
div#notify_datatable
|
||||
table.table.table-hover.data#notifies
|
||||
thead
|
||||
@ -17,7 +16,7 @@ block content
|
||||
th Message
|
||||
tbody
|
||||
for notify in notifies
|
||||
tr#row
|
||||
tr
|
||||
td #{new Date(notify.time)}
|
||||
td #{notify.channel}
|
||||
td #{notify.user}
|
||||
|
Loading…
Reference in New Issue
Block a user