cacert-boardvoting/ui/html/partials/motion_status_class.html

4 lines
150 B
HTML
Raw Normal View History

{{ define "motion_status_class" -}}
{{ if eq . 0 }}blue{{ else if eq . 1 }}green{{ else if eq . -1 }}red{{ else if eq . -2 }}grey{{ end }}
{{- end }}