Skip to content

Commit aad0a67

Browse files
committed
Add missing architecture parameter to repository link on package detail
1 parent c4fcc7a commit aad0a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/packagedetail/templates.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ templ PackageDetailPage(pkg PackageDetail) {
4949
<tr>
5050
<th>Repositorium</th>
5151
<td>
52-
<a href={ templ.SafeURL(fmt.Sprintf("/packages?repository=%s", pkg.Repository)) }>{ pkg.Repository }</a>
52+
<a href={ templ.SafeURL(fmt.Sprintf("/packages?repository=%s&architecture=%s", pkg.Repository, pkg.Architecture)) }>{ pkg.Repository }</a>
5353
</td>
5454
</tr>
5555
<tr>

0 commit comments

Comments
 (0)