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

Fix #29562
Follow  #29531

(cherry picked from commit 7ec4c65ea5d5a3765d24ee68ae421f2f911b6b5d)
This commit is contained in:
wxiaoguang 2024-03-04 18:57:30 +08:00 committed by Earl Warren
parent bb09ad2b63
commit 3c05986fcf
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
<div class="flex-item">
<div class="flex-item-main">
<div class="flex-item-title">
<a href="{{.FullWebLink}}">{{.Package.Name}}</a>
<a href="{{.VersionWebLink}}">{{.Package.Name}}</a>
<span class="ui label">{{svg .Package.Type.SVGName 16}} {{.Package.Type.Name}}</span>
</div>
<div class="flex-item-body">