aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/templates/git_browse/obj.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-20 02:21:25 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-20 02:21:25 -0800
commit3d203c153301d4dd9c3285e7dea86ee09eb3b0c5 (patch)
tree47bf5bb676c5f25def0a4a37852c1783961a03e6 /bn_django/git_browse/templates/git_browse/obj.html
parent566473abe7aac915429a633e996bdb719f1a308b (diff)
downloadbnewnet-3d203c153301d4dd9c3285e7dea86ee09eb3b0c5.tar.gz
bnewnet-3d203c153301d4dd9c3285e7dea86ee09eb3b0c5.zip
mid-progress, work on git-browser
fan is dying, more work to do though! TODO: seperate style for git_browser, use "block.super"
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 %}