feat: use attribute instead of name for packages
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M frontend/templates/blocks/packages.gotmpl → frontend/templates/blocks/packages.gotmpl
@@ -5,9 +5,9 @@ <details id="{{ .Name }}"> <summary> <h3> {{- if .Broken }} - <del>{{ .Name }}</del> + <del>{{ .Attribute }}</del> {{- else }} - {{ .Name }} + {{ .Attribute }} {{- end }} </h3> </summary>