@ -37,8 +37,10 @@
<div class="download df ac">
<div class="download df ac">
{{ if $ .Permission .CanRead $ .UnitTypeCode }}
{{ if $ .Permission .CanRead $ .UnitTypeCode }}
<a class="mr-3 mono" href=" {{ $ .RepoLink }} /src/commit/ {{ .Sha1 }} " rel="nofollow"> {{ svg "octicon-git-commit" 1 6 "mr-2" }} {{ ShortSha .Sha1 }} </a>
<a class="mr-3 mono" href=" {{ $ .RepoLink }} /src/commit/ {{ .Sha1 }} " rel="nofollow"> {{ svg "octicon-git-commit" 1 6 "mr-2" }} {{ ShortSha .Sha1 }} </a>
{{ if not $ .DisableDownloadSourceArchives }}
<a class="archive-link mr-3" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .zip" rel="nofollow"> {{ svg "octicon-file-zip" 1 6 "mr-2" }} ZIP</a>
<a class="archive-link mr-3" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .zip" rel="nofollow"> {{ svg "octicon-file-zip" 1 6 "mr-2" }} ZIP</a>
<a class="archive-link mr-3" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .tar.gz" rel="nofollow"> {{ svg "octicon-file-zip" 1 6 "mr-2" }} TAR.GZ</a>
<a class="archive-link mr-3" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .tar.gz" rel="nofollow"> {{ svg "octicon-file-zip" 1 6 "mr-2" }} TAR.GZ</a>
{{ end }}
{{ if ( and $ .CanCreateRelease $ release .IsTag ) }}
{{ if ( and $ .CanCreateRelease $ release .IsTag ) }}
<a class="mr-3" href=" {{ $ .RepoLink }} /releases/new?tag= {{ .TagName }} "> {{ svg "octicon-tag" 1 6 "mr-2" }} {{ $ .i18n .Tr "repo.release.new_release" }} </a>
<a class="mr-3" href=" {{ $ .RepoLink }} /releases/new?tag= {{ .TagName }} "> {{ svg "octicon-tag" 1 6 "mr-2" }} {{ $ .i18n .Tr "repo.release.new_release" }} </a>
{{ end }}
{{ end }}
@ -104,9 +106,11 @@
<div class="download">
<div class="download">
{{ if $ .Permission .CanRead $ .UnitTypeCode }}
{{ if $ .Permission .CanRead $ .UnitTypeCode }}
<a class="mono" href=" {{ $ .RepoLink }} /src/commit/ {{ .Sha1 }} " rel="nofollow"> {{ svg "octicon-git-commit" 1 6 "mr-2" }} {{ ShortSha .Sha1 }} </a>
<a class="mono" href=" {{ $ .RepoLink }} /src/commit/ {{ .Sha1 }} " rel="nofollow"> {{ svg "octicon-git-commit" 1 6 "mr-2" }} {{ ShortSha .Sha1 }} </a>
{{ if not $ .DisableDownloadSourceArchives }}
<a class="archive-link" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .zip" rel="nofollow"> {{ svg "octicon-file-zip" }} ZIP</a>
<a class="archive-link" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .zip" rel="nofollow"> {{ svg "octicon-file-zip" }} ZIP</a>
<a class="archive-link" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .tar.gz" rel="nofollow"> {{ svg "octicon-file-zip" }} TAR.GZ</a>
<a class="archive-link" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .tar.gz" rel="nofollow"> {{ svg "octicon-file-zip" }} TAR.GZ</a>
{{ end }}
{{ end }}
{{ end }}
</div>
</div>
{{ else }}
{{ else }}
<h4 class="release-list-title df ac">
<h4 class="release-list-title df ac">
@ -146,7 +150,7 @@
{{ $ .i18n .Tr "repo.release.downloads" }}
{{ $ .i18n .Tr "repo.release.downloads" }}
</summary>
</summary>
<ul class="list">
<ul class="list">
{{ if and ( not .IsDraft ) ( $ .Permission .CanRead $ .UnitTypeCode ) }}
{{ if and ( not $ .DisableDownloadSourceArchives ) ( not .IsDraft ) ( $ .Permission .CanRead $ .UnitTypeCode ) }}
<li>
<li>
<a class="archive-link" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .zip" rel="nofollow"><strong> {{ svg "octicon-file-zip" 1 6 "mr-2" }} {{ $ .i18n .Tr "repo.release.source_code" }} (ZIP)</strong></a>
<a class="archive-link" href=" {{ $ .RepoLink }} /archive/ {{ .TagName | PathEscapeSegments }} .zip" rel="nofollow"><strong> {{ svg "octicon-file-zip" 1 6 "mr-2" }} {{ $ .i18n .Tr "repo.release.source_code" }} (ZIP)</strong></a>
</li>
</li>