1
0
Fork 0
forked from forgejo/forgejo

Fix incorrect package link method calls in templates (#29580) (#29764)

Backport #29580
Fix #29562
Fix #29762
Follow  #29531

(cherry picked from commit bb2640c485071088dd91e47fb510c44e028624fa)
This commit is contained in:
wxiaoguang 2024-03-13 19:43:31 +08:00 committed by Earl Warren
parent 73498c1622
commit b68fa8ee09
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
<tr>
<td>{{.Package.Type.Name}}</td>
<td>{{.Package.Name}}</td>
<td><a href="{{.FullWebLink}}">{{.Version.Version}}</a></td>
<td><a href="{{.VersionWebLink}}">{{.Version.Version}}</a></td>
<td><a href="{{.Creator.HomeLink}}">{{.Creator.Name}}</a></td>
<td>{{FileSize .CalculateBlobSize}}</td>
<td>{{DateTime "short" .Version.CreatedUnix}}</td>