From 63dfe42ce8a18ffcc40d94c9725cdc0e7e3f24e1 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 10 Jan 2014 09:36:09 -0300 Subject: [PATCH] date style fixed --- public/views/blocks/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/blocks/list.html b/public/views/blocks/list.html index 042810e..d831569 100644 --- a/public/views/blocks/list.html +++ b/public/views/blocks/list.html @@ -19,7 +19,7 @@ {{block.hash}} - {{block.time}} + {{block.time * 1000 | date:'medium'}}