We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fcc7a commit aad0a67Copy full SHA for aad0a67
1 file changed
internal/packagedetail/templates.templ
@@ -49,7 +49,7 @@ templ PackageDetailPage(pkg PackageDetail) {
49
<tr>
50
<th>Repositorium</th>
51
<td>
52
- <a href={ templ.SafeURL(fmt.Sprintf("/packages?repository=%s", pkg.Repository)) }>{ pkg.Repository }</a>
+ <a href={ templ.SafeURL(fmt.Sprintf("/packages?repository=%s&architecture=%s", pkg.Repository, pkg.Architecture)) }>{ pkg.Repository }</a>
53
</td>
54
</tr>
55
0 commit comments