|
|
@ -39,6 +39,9 @@ |
|
|
|
</h3> |
|
|
|
</h3> |
|
|
|
<div class="download gt-df gt-ac"> |
|
|
|
<div class="download gt-df gt-ac"> |
|
|
|
{{if $.Permission.CanRead $.UnitTypeCode}} |
|
|
|
{{if $.Permission.CanRead $.UnitTypeCode}} |
|
|
|
|
|
|
|
{{if .CreatedUnix}} |
|
|
|
|
|
|
|
<span class="gt-mr-3">{{svg "octicon-clock" 16 "gt-mr-2"}}{{TimeSinceUnix .CreatedUnix $.locale}}</span> |
|
|
|
|
|
|
|
{{end}} |
|
|
|
<a class="gt-mr-3 gt-mono muted" href="{{$.RepoLink}}/src/commit/{{.Sha1}}" rel="nofollow">{{svg "octicon-git-commit" 16 "gt-mr-2"}}{{ShortSha .Sha1}}</a> |
|
|
|
<a class="gt-mr-3 gt-mono muted" href="{{$.RepoLink}}/src/commit/{{.Sha1}}" rel="nofollow">{{svg "octicon-git-commit" 16 "gt-mr-2"}}{{ShortSha .Sha1}}</a> |
|
|
|
{{if not $.DisableDownloadSourceArchives}} |
|
|
|
{{if not $.DisableDownloadSourceArchives}} |
|
|
|
<a class="archive-link gt-mr-3 muted" href="{{$.RepoLink}}/archive/{{.TagName | PathEscapeSegments}}.zip" rel="nofollow">{{svg "octicon-file-zip" 16 "gt-mr-2"}}ZIP</a> |
|
|
|
<a class="archive-link gt-mr-3 muted" href="{{$.RepoLink}}/archive/{{.TagName | PathEscapeSegments}}.zip" rel="nofollow">{{svg "octicon-file-zip" 16 "gt-mr-2"}}ZIP</a> |
|
|
|