| @@ -41,9 +41,11 @@ | |||||
| <a href="{{$.RepoLink}}/src/tag/{{.TagName}}" rel="nofollow"><i class="tag icon"></i> {{.TagName}}</a> | <a href="{{$.RepoLink}}/src/tag/{{.TagName}}" rel="nofollow"><i class="tag icon"></i> {{.TagName}}</a> | ||||
| </h4> | </h4> | ||||
| <div class="download"> | <div class="download"> | ||||
| {{if $.Repository.UnitEnabled $.UnitTypeCode}} | |||||
| <a href="{{$.RepoLink}}/src/commit/{{.Sha1}}" rel="nofollow"><i class="code icon"></i> {{ShortSha .Sha1}}</a> | <a href="{{$.RepoLink}}/src/commit/{{.Sha1}}" rel="nofollow"><i class="code icon"></i> {{ShortSha .Sha1}}</a> | ||||
| <a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="octicon octicon-file-zip"></i> ZIP</a> | <a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="octicon octicon-file-zip"></i> ZIP</a> | ||||
| <a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="octicon octicon-file-zip"></i> TAR.GZ</a> | <a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="octicon octicon-file-zip"></i> TAR.GZ</a> | ||||
| {{end}} | |||||
| </div> | </div> | ||||
| {{else}} | {{else}} | ||||
| <h3> | <h3> | ||||
| @@ -64,12 +66,14 @@ | |||||
| <div class="download"> | <div class="download"> | ||||
| <h2>{{$.i18n.Tr "repo.release.downloads"}}</h2> | <h2>{{$.i18n.Tr "repo.release.downloads"}}</h2> | ||||
| <ul class="list"> | <ul class="list"> | ||||
| {{if $.Repository.UnitEnabled $.UnitTypeCode}} | |||||
| <li> | <li> | ||||
| <a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (ZIP)</a> | <a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (ZIP)</a> | ||||
| </li> | </li> | ||||
| <li> | <li> | ||||
| <a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (TAR.GZ)</a> | <a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (TAR.GZ)</a> | ||||
| </li> | </li> | ||||
| {{end}} | |||||
| {{if .Attachments}} | {{if .Attachments}} | ||||
| {{range .Attachments}} | {{range .Attachments}} | ||||
| <li> | <li> | ||||