diff --git a/src/web/templates/attribute.html b/src/web/templates/attribute.html index 9977d18..821fd5a 100644 --- a/src/web/templates/attribute.html +++ b/src/web/templates/attribute.html @@ -1,33 +1,35 @@
-

{{.Attribute.Title}}

- {{if eq 0 .Attribute.Rating}} - - info - - {{end}} - {{if eq 1 .Attribute.Rating}} - - good feature - - {{end}} - {{if eq 2 .Attribute.Rating}} - - warning - - {{end}} - {{if eq 3 .Attribute.Rating}} - - caution - - {{end}} + -
-

+

+ +

+ {{if eq 0 .Attribute.Rating}} + 🔵 + {{end}} + {{if eq 1 .Attribute.Rating}} + ✅ + {{end}} + {{if eq 2 .Attribute.Rating}} + ⚠️ + {{end}} + {{if eq 3 .Attribute.Rating}} + 🛑 + {{end}} + {{.Attribute.Title}} +

+ +

{{if ne .Attribute.Description ""}} {{.Attribute.Description}} {{else}} - This {{.Attribute.Name}} does not have a description. + {{.Attribute.Name}} does not have a description. {{end}}