We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdeae6 commit 2b9b547Copy full SHA for 2b9b547
src/main/twirl/gitbucket/gist/menu.scala.html
@@ -55,10 +55,12 @@
55
<a href="@path/gist/@{gist.userName}/@{gist.repositoryName}/download/@{gist.repositoryName}.zip"
56
class="btn btn-small" style="width: 147px;"><i class="icon-download-alt"></i>Download ZIP</a>
57
</div>
58
+ @*
59
<div style="margin-top: 10px;">
60
<a href="@path/gist/@{gist.userName}/@{gist.repositoryName}/download/@{gist.repositoryName}.tar.gz"
61
class="btn btn-small" style="width: 147px;"><i class="icon-download-alt"></i>Download TAR.GZ</a>
62
63
+ *@
64
65
@if(settings.ssh && loginAccount.isDefined){
66
<script>
@@ -73,4 +75,4 @@
73
75
});
74
76
77
</script>
-}
78
+}
0 commit comments