Better number format for block percentages

This commit is contained in:
Sebastian Grewe 2013-07-08 15:40:21 +02:00
parent 715680e7dc
commit 308b01c700

View File

@ -68,7 +68,7 @@ target and network difficulty and assuming a zero variance scenario.
<td class="right">{$BLOCKSFOUND[block].shares|number_format}</td>
<td class="right">
{math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares estshares=$estshares}
<font color="{if ($percentage <= 100)}green{else}red{/if}">{$percentage}</font>
<font color="{if ($percentage <= 100)}green{else}red{/if}">{$percentage|number_format:"2"}</font>
</td>
</tr>
{/section}