diff --git a/views/report/notifies.jade b/views/report/notifies.jade index 9be631e..dfb23f0 100644 --- a/views/report/notifies.jade +++ b/views/report/notifies.jade @@ -17,7 +17,7 @@ block content th Message tbody for notify in notifies - tr + tr#row td #{new Date(notify.time)} td #{notify.channel} td #{notify.user}