Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Show trailing zeros with bytes pipe #87

Open
matej-cupka opened this issue Feb 7, 2019 · 0 comments
Open

Show trailing zeros with bytes pipe #87

matej-cupka opened this issue Feb 7, 2019 · 0 comments

Comments

@matej-cupka
Copy link

[ ] bug report
[x] feature request

Current behavior
While using bytes pipe like this:
{{ file.size | bytes:2 }}
it shows 2 decimals only if there are 2 decimals. If the file size is let's say 128kB it won't show "128.00 kB"

Expected behavior
Show trailing zeros if the number doesn't have enough decimals to show

What is the motivation / use case for changing the behavior?
Easier to read file sizes when the text is aligned to right.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant