diff --git a/release/prime/artifacts.go b/release/prime/artifacts.go index 8b20c00f..4d1e1ca9 100644 --- a/release/prime/artifacts.go +++ b/release/prime/artifacts.go @@ -280,6 +280,7 @@ const artifactsIndexTemplate = `{{ define "release-artifacts-index" }} header { display: flex; flex-direction: row; justify-items: center; } #rancher-logo { width: 200px; } .project { margin-left: 20px; } + .project-link a:hover, a:visited, a:link, a:active { text-decoration: none; } .release { margin-left: 40px; margin-bottom: 20px; } .release h3 { margin-bottom: 0px; } .files { margin-left: 60px; display: flex; flex-direction: column; } @@ -294,12 +295,16 @@ const artifactsIndexTemplate = `{{ define "release-artifacts-index" }}

PRIME ARTIFACTS

+
-

rancher

+

rancher

{{ range $i, $version := .Rancher.Versions }} -
+
{{ $version }} @@ -315,9 +320,9 @@ const artifactsIndexTemplate = `{{ define "release-artifacts-index" }} {{ end }}
-

rke2

+

rke2

{{ range $i, $version := .RKE2.Versions }} -
+
{{ $version }}