From b1201c813233084e7d9dda849119c2df15a8d8e5 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sun, 22 Apr 2018 19:53:37 -0500 Subject: [PATCH] web-ui: Humanize the block time on the latest blocks view --- .../app/components/latest-blocks/latest-blocks.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/src/app/components/latest-blocks/latest-blocks.component.html b/web-ui/src/app/components/latest-blocks/latest-blocks.component.html index bbdf9f0..b68e526 100644 --- a/web-ui/src/app/components/latest-blocks/latest-blocks.component.html +++ b/web-ui/src/app/components/latest-blocks/latest-blocks.component.html @@ -30,7 +30,7 @@ {{item.height}} - {{item.time * 1000 | date:'MMMM d, y, h:mm:ss a'}} + {{item.time * 1000 | amTimeAgo}} {{item.transactions.length}} {{item.difficulty}} {{extractedBy(item) | translate}}