Scarbous / mr_tinypng

7 stars 6 forks source link

Reduction Bytes format #4

Closed ogrosko closed 8 years ago

ogrosko commented 8 years ago

In BE module reduction bytes format are not so user friendly. You use custom viewHelper for bytes formating with following labels 'labels' => array(' ', ' Ki', ' Mi', ' Gi', ' Ti', ' Pi', ' Ei', ' Zi', ' Yi')

and it's not so user friendly, I thing

You can use buildin viewHelper

You save: <b>{reduction -> f:Format.Bytes()}</b>

which is much more better. imho ;)

Scarbous commented 8 years ago

Hi ogrosko,

I changed it.