Skip to content

Commit 2b9b547

Browse files
committed
Remove download tar,gz button
1 parent 6fdeae6 commit 2b9b547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/main/twirl/gitbucket/gist/menu.scala.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@
5555
<a href="@path/gist/@{gist.userName}/@{gist.repositoryName}/download/@{gist.repositoryName}.zip"
5656
class="btn btn-small" style="width: 147px;"><i class="icon-download-alt"></i>Download ZIP</a>
5757
</div>
58+
@*
5859
<div style="margin-top: 10px;">
5960
<a href="@path/gist/@{gist.userName}/@{gist.repositoryName}/download/@{gist.repositoryName}.tar.gz"
6061
class="btn btn-small" style="width: 147px;"><i class="icon-download-alt"></i>Download TAR.GZ</a>
6162
</div>
63+
*@
6264
</div>
6365
@if(settings.ssh && loginAccount.isDefined){
6466
<script>
@@ -73,4 +75,4 @@
7375
});
7476
});
7577
</script>
76-
}
78+
}

0 commit comments

Comments
 (0)