From 67678d61b460256124254dbd1d5ed8854021ff9e Mon Sep 17 00:00:00 2001 From: Sammy Libre Date: Mon, 27 Mar 2017 14:52:53 +0500 Subject: [PATCH] Add moneroblocks links to block stats --- www/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index c8af618..dcfb29c 100644 --- a/www/index.html +++ b/www/index.html @@ -174,9 +174,11 @@ {{#each blocks}} - {{formatNumber height}} + {{formatNumber height}} {{formatDate timestamp year="numeric" month="numeric" day="numeric" hour="numeric" minute="numeric"}} - {{hash}} + + {{hash}} + {{formatNumber variance style="percent" minimumFractionDigits=2 maximumFractionDigits=2}} {{/each}}