diff options
author | Alan Pearce | 2024-05-17 22:59:57 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-17 22:59:57 +0200 |
commit | 698881aa577d2c209f162db9263fab17ced3643f (patch) | |
tree | bb7a3abeb44e6283ce96fe8708a7e273869cecf1 /frontend | |
parent | f10543d0aff0e203dd57287dc2b736c686e69102 (diff) | |
download | searchix-698881aa577d2c209f162db9263fab17ced3643f.tar.lz searchix-698881aa577d2c209f162db9263fab17ced3643f.tar.zst searchix-698881aa577d2c209f162db9263fab17ced3643f.zip |
feat: use attribute instead of name for packages
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/templates/blocks/packages.gotmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/templates/blocks/packages.gotmpl b/frontend/templates/blocks/packages.gotmpl index 472b86e..b6e4584 100644 --- a/frontend/templates/blocks/packages.gotmpl +++ b/frontend/templates/blocks/packages.gotmpl @@ -5,9 +5,9 @@ <summary> <h3> {{- if .Broken }} - <del>{{ .Name }}</del> + <del>{{ .Attribute }}</del> {{- else }} - {{ .Name }} + {{ .Attribute }} {{- end }} </h3> </summary> |