Display more accurate file size in tree/blob/download partial
This commit is contained in:
parent
d96a807db7
commit
3304262c3d
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
||||||
%br
|
%br
|
||||||
= image_tag "download.png", width: 64
|
= image_tag "download.png", width: 64
|
||||||
%h3
|
%h3
|
||||||
Download (#{blob.mb_size})
|
Download (#{number_to_human_size blob.size})
|
||||||
|
|
Loading…
Add table
Reference in a new issue