aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/templates/git_browse/obj.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/obj.html')
-rw-r--r--bn_django/git_browse/templates/git_browse/obj.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/git_browse/templates/git_browse/obj.html b/bn_django/git_browse/templates/git_browse/obj.html
index be0b556..0170eab 100644
--- a/bn_django/git_browse/templates/git_browse/obj.html
+++ b/bn_django/git_browse/templates/git_browse/obj.html
@@ -3,7 +3,7 @@
{% block gitbrowse %}
{% if contents %}
<h3>Object sha1 hash: {{ hash }}<br />
- Size: {{ size }} kB<br />
+ Size: {{ size|filesizeformat }}<br />
Type: "{{ type }}"</h3>
<pre>{{ contents }}</pre>
{% else %}