mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Fix incorrect package link method calls in templates (#29580)
Fix #29562 Follow #29531 (cherry picked from commit 7ec4c65ea5d5a3765d24ee68ae421f2f911b6b5d)
This commit is contained in:
parent
bb09ad2b63
commit
3c05986fcf
5 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue