From c3a52f7dd075f1f3cf7fb935b7489629760837ab Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 15 Apr 2014 20:01:20 -0400 Subject: Mirror bug fix on downloading zip --- templates/repo/diff.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/repo/diff.tmpl') diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index f3d935ae..0dce4053 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -5,7 +5,7 @@
- Browse Source + Browse Source

{{.Commit.Message}}

@@ -33,7 +33,7 @@ {{range .Diff.Files}}
  • - {{if Add .Addition .Deletion}} + {{if not .IsBin}} {{.Addition}} @@ -56,7 +56,7 @@
    - {{if Add .Addition .Deletion}} + {{if not .IsBin}} + {{.Addition}} @@ -67,7 +67,7 @@ BIN {{end}}
    - View File + View File {{.Name}}
    {{$isImage := (call $.IsImageFile .Name)}} -- cgit v1.2.3