From 78df2accfc63c4db4a582a2df663aa3e23f73614 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 18 Sep 2016 21:14:00 +0900 Subject: [PATCH] =?UTF-8?q?(refs=20#1290)Always=20show=20=E2=80=9CDownload?= =?UTF-8?q?=20ZIP=E2=80=9D=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/twirl/gitbucket/core/repo/files.scala.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/twirl/gitbucket/core/repo/files.scala.html b/src/main/twirl/gitbucket/core/repo/files.scala.html index 6df6409f9..b89ae016d 100644 --- a/src/main/twirl/gitbucket/core/repo/files.scala.html +++ b/src/main/twirl/gitbucket/core/repo/files.scala.html @@ -29,14 +29,14 @@ @if(pathList.isEmpty){ - @if(context.platform != "linux" && context.platform != null){ -
-
+
+
+ @if(context.platform != "linux" && context.platform != null){ - Download ZIP -
+ } + Download ZIP
- } +
@gitbucket.core.helper.html.copy("repository-url-copy", repository.httpUrl){