loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add creation time in tag list page (#23693)

Fixes #21699

authored by

Balki and committed by
GitHub
85e8c837 5727056e

+3
+3
templates/repo/release/list.tmpl
··· 39 39 </h3> 40 40 <div class="download gt-df gt-ac"> 41 41 {{if $.Permission.CanRead $.UnitTypeCode}} 42 + {{if .CreatedUnix}} 43 + <span class="gt-mr-3">{{svg "octicon-clock" 16 "gt-mr-2"}}{{TimeSinceUnix .CreatedUnix $.locale}}</span> 44 + {{end}} 42 45 <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> 43 46 {{if not $.DisableDownloadSourceArchives}} 44 47 <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>