From 7751f62ac3f5d19d3656dabd4a99fd793c1e7879 Mon Sep 17 00:00:00 2001 From: Sammy Libre Date: Sun, 1 Nov 2015 04:12:39 +0500 Subject: [PATCH] Fix markup --- www/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/index.html b/www/index.html index 5e9ebd6..04a6ada 100644 --- a/www/index.html +++ b/www/index.html @@ -21,23 +21,23 @@
Hashrate
-
{{formatNumber hashrate}}
+
{{formatNumber hashrate}}
Hashrate 24h
-
{{formatNumber hashrate24h}}
+
{{formatNumber hashrate24h}}
Total Miners
-
{{totalMiners}}
+
{{totalMiners}}
Miners Online
-
{{totalOnline}}
+
{{totalOnline}}
Accepted Blocks
-
{{formatNumber validBlocks}}
+
{{formatNumber validBlocks}}
Rejected Blocks
-
{{formatNumber invalidBlocks}}
+
{{formatNumber invalidBlocks}}
Miners Timed Out
-
{{timedOut}}
+
{{timedOut}}
{{#if lastBlockFoundAt}}
Last Block Found
{{formatRelative lastBlockFoundAt now}}