File tree 1 file changed +3
-3
lines changed
templates/bootstrap/statistics/blocks
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
{ /section }
66
66
<tr >
67
67
<td colspan =" 6" ><b >Totals</b ></td >
68
- <td class =" text-right" >{ $totalexpectedshares |number_format} </td >
68
+ <td class =" text-right" >{ $totalexpectedshares |number_format: $ GLOBAL .config.sharediffprecision } </td >
69
69
{ if $GLOBAL .config.payout_system == ' pplns' }
70
- <td class =" text-right" >{ $pplnsshares |number_format} </td >
70
+ <td class =" text-right" >{ $pplnsshares |number_format: $ GLOBAL .config.sharediffprecision } </td >
71
71
{ /if }
72
- <td class =" text-right" >{ $totalshares |number_format} </td >
72
+ <td class =" text-right" >{ $totalshares |number_format: $ GLOBAL .config.sharediffprecision } </td >
73
73
<td class =" text-right" >{ if $count > 0} <font color =" { if (($totalshares / $totalexpectedshares * 100) <= 100)} green{ elseif (($totalshares / $totalexpectedshares * 100) <= 115)} orange{ else } red{ /if } " >{ ($totalshares / $totalexpectedshares * 100)|number_format:" 2" } </font >{ else } 0{ /if } </td >
74
74
</tr >
75
75
</tbody >
You can’t perform that action at this time.
0 commit comments