{{$cloneLink := $.CloneButtonOriginLink}} {{$downloadArchiveLinkPrefix := $.DownloadArchiveLinkPrefix}} {{$openWithEditorApps := $.OpenWithEditorApps}} {{$showCloneLinks := or $cloneLink.SupportHTTPS $cloneLink.SupportSSH}} {{$showOpenWithEditorApps := and $showCloneLinks $openWithEditorApps}}{{/* the editor apps need the clone link */}} {{if or $showCloneLinks $showOpenWithEditorApps $downloadArchiveLinkPrefix}}
{{if $showCloneLinks}}
{{svg "octicon-terminal"}} Clone
{{if $cloneLink.SupportHTTPS}} {{end}} {{if $cloneLink.SupportSSH}} {{end}} {{if not $cloneLink.IsWikiRepo}} {{end}}
{{svg "octicon-copy" 14}}
{{end}} {{if $showOpenWithEditorApps}}
{{range $app := $openWithEditorApps}} {{$app.IconHTML}}{{ctx.Locale.Tr "repo.open_with_editor" $app.DisplayName}} {{end}}
{{end}} {{if $downloadArchiveLinkPrefix}} {{if $showOpenWithEditorApps}}
{{end}}
{{svg "octicon-file-zip"}} {{ctx.Locale.Tr "repo.download_zip"}} {{svg "octicon-file-zip"}} {{ctx.Locale.Tr "repo.download_tar"}} {{svg "octicon-package"}} {{ctx.Locale.Tr "repo.download_bundle"}}
{{end}}
{{end}}