diff options
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/blob.html')
-rw-r--r-- | bn_django/git_browse/templates/git_browse/blob.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bn_django/git_browse/templates/git_browse/blob.html b/bn_django/git_browse/templates/git_browse/blob.html index 3730807..4a0304c 100644 --- a/bn_django/git_browse/templates/git_browse/blob.html +++ b/bn_django/git_browse/templates/git_browse/blob.html @@ -5,7 +5,6 @@ {{ hash }}<br /> <h3>Size</h3> {{ size|filesizeformat }}<br /> - <h3><a href="zip">Download zip</a></h3> <h3>Raw contents</h3> <pre class="large">{{ contents|escape|wordwrap:80 }}</pre> {% else %} |