We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fb97a commit 4ad1b11Copy full SHA for 4ad1b11
templates/repo/branch/list.tmpl
@@ -42,7 +42,7 @@
42
</a>
43
{{end}}
44
{{if not $.DisableDownloadSourceArchives}}
45
- <div class="ui dropdown button button-ghost gt-p-3" data-tooltip-content="{{$.locale.Tr "repo.branch.download" ($.DefaultBranch)}}">
+ <div class="ui dropdown button button-ghost gt-p-3" data-tooltip-content="{{$.locale.Tr "repo.branch.download" ($.DefaultBranch)}}">
46
{{svg "octicon-download"}}
47
<div class="menu">
48
<a class="item archive-link" href="{{$.RepoLink}}/archive/{{PathEscapeSegments $.DefaultBranch}}.zip" rel="nofollow">{{svg "octicon-file-zip"}} ZIP</a>
0 commit comments