From 5b571a0cb81a006d97871d3f7ea3217de7fade5c Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 24 Aug 2013 15:04:27 +0000 Subject: [PATCH] another test --- views/report/notifies.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}