summaryrefslogtreecommitdiffstats
path: root/tpl/package.tpl
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-03-20 09:52:33 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-03-20 09:52:33 +0000
commitab052376dcd97c573bb5fff03c19c76f07305b09 (patch)
tree0bddcda6b82dc988e9980c6fc514597ec3a89e9a /tpl/package.tpl
parentc9ebb179277f4af04087be7c71fdac91d3a7f42c (diff)
downloadaports-turbo-ab052376dcd97c573bb5fff03c19c76f07305b09.tar.bz2
aports-turbo-ab052376dcd97c573bb5fff03c19c76f07305b09.tar.xz
add human filesize
filesize idea is inspired by: http://stackoverflow.com/a/23888858
Diffstat (limited to 'tpl/package.tpl')
-rw-r--r--tpl/package.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/package.tpl b/tpl/package.tpl
index cdccaee..9114555 100644
--- a/tpl/package.tpl
+++ b/tpl/package.tpl
@@ -41,11 +41,11 @@
</tr>
<tr>
<th>Size:</th>
- <td>{{{size}}} Bytes</td>
+ <td>{{{size}}}</td>
</tr>{{#install_size}}
<tr>
<th>Installed size:</th>
- <td>{{{install_size}}} Bytes</td>
+ <td>{{{install_size}}}</td>
</tr>{{/install_size}}{{#provides}}
<tr>
<th>Provides:</th>