From c89b8075d10ce360f54ff3161d84340f5e847c9c Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sun, 23 Mar 2014 22:31:06 +0100 Subject: [PATCH] [CLEANUP] Number formatting --- .../bootstrap/statistics/pool/general_stats.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/templates/bootstrap/statistics/pool/general_stats.tpl b/public/templates/bootstrap/statistics/pool/general_stats.tpl index ee589a5f..b55eddec 100644 --- a/public/templates/bootstrap/statistics/pool/general_stats.tpl +++ b/public/templates/bootstrap/statistics/pool/general_stats.tpl @@ -16,7 +16,7 @@ Current Active Workers - {$GLOBAL.workers} + {$GLOBAL.workers|number_format} Current Difficulty @@ -44,22 +44,22 @@ Est. Shares this Round - {$ESTIMATES.shares} (done: {$ESTIMATES.percent}%) + {$ESTIMATES.shares|number_format} (done: {$ESTIMATES.percent}%) {if ! $GLOBAL.website.blockexplorer.disabled} Next Network Block - {$CURRENTBLOCK + 1}    (Current: {$CURRENTBLOCK}) + {($CURRENTBLOCK + 1)|number_format}    (Current: {$CURRENTBLOCK|number_format}) {else} Next Network Block - {$CURRENTBLOCK + 1}    (Current: {$CURRENTBLOCK}) + {($CURRENTBLOCK + 1)|number_format}    (Current: {$CURRENTBLOCK|number_format}) {/if} Last Block Found - {$LASTBLOCK|default:"0"} + {$LASTBLOCK|default:"0"|number_format} Time Since Last Block