From 894b8def59da135c0fadf428f9c38e513ceb2c64 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 20 Feb 2007 21:38:47 -0800 Subject: ugh, broken but need a break --- bn_django/git_browse/templates/git_browse/blob.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bn_django/git_browse/templates/git_browse/blob.html (limited to 'bn_django/git_browse/templates') diff --git a/bn_django/git_browse/templates/git_browse/blob.html b/bn_django/git_browse/templates/git_browse/blob.html new file mode 100644 index 0000000..1fb1437 --- /dev/null +++ b/bn_django/git_browse/templates/git_browse/blob.html @@ -0,0 +1,13 @@ +{% extends "git_browse/base.html" %} + +{% block gitbrowse %} {% if contents %} +

Blob sha1 hash

+ {{ hash }}
+

Size

+ {{ size|filesizeformat }}
+

Download zip

+

Raw contents

+
{{ contents }}
+{% else %} +

No such object: {{ hash }}

+{% endif %} {% endblock %} -- cgit v1.2.3