From 2c10504aa5f3d899a58c556847f1f1169d05d8df Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2013 14:29:19 +0100 Subject: [PATCH] [FIX] added to mobile template --- .../mobile/statistics/pool/contributors_hashrate.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/mobile/statistics/pool/contributors_hashrate.tpl b/public/templates/mobile/statistics/pool/contributors_hashrate.tpl index 9745f831..e02c50fa 100644 --- a/public/templates/mobile/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mobile/statistics/pool/contributors_hashrate.tpl @@ -19,7 +19,7 @@ {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBHASHES[contrib].account|escape}{/if} {$CONTRIBHASHES[contrib].hashrate|number_format} {$estday|number_format:"3"} - {($estday * $GLOBAL.price)|default:"n/a"|number_format:"2"} + {($estday * $GLOBAL.price)|default:"n/a"|number_format:"4"} {/section} {if $listed != 1 && $GLOBAL.userdata.username|default:"" && $GLOBAL.userdata.hashrate|default:"0" > 0} @@ -28,7 +28,7 @@ {$GLOBAL.userdata.username} {$GLOBAL.userdata.hashrate} {$estday|number_format:"3"|default:"n/a"} - {($estday * $GLOBAL.price)|default:"n/a"|number_format:"2"} + {($estday * $GLOBAL.price)|default:"n/a"|number_format:"4"} {/if}