From 0c7c01d4ff1635cb7f04bed3d099b30b967f44bd Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 18 Feb 2007 13:53:30 -0800 Subject: renamed a few templates, further work on git_browse --- bn_django/git_browse/templates/git_browse/obj.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bn_django/git_browse/templates/git_browse/obj.html (limited to 'bn_django/git_browse/templates/git_browse/obj.html') diff --git a/bn_django/git_browse/templates/git_browse/obj.html b/bn_django/git_browse/templates/git_browse/obj.html new file mode 100644 index 0000000..be0b556 --- /dev/null +++ b/bn_django/git_browse/templates/git_browse/obj.html @@ -0,0 +1,12 @@ +{% extends "git_browse/base.html" %} + +{% block gitbrowse %} + {% if contents %} +

Object sha1 hash: {{ hash }}
+ Size: {{ size }} kB
+ Type: "{{ type }}"

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

No such object: {{ hash }}

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