diff --git a/web/template/contacts/index.gohtml b/web/template/contacts/index.gohtml index b336ede..1425c18 100644 --- a/web/template/contacts/index.gohtml +++ b/web/template/contacts/index.gohtml @@ -29,18 +29,18 @@ {{( pgettext "Tags" "title" )}} - + {{ with .Contacts }} {{- range $contact := . }} - {{ .Name }} + {{ .Name }} {{ .Email }} {{ .Phone }} {{- range $index, $tag := .Tags }} {{- if gt $index 0 }}, {{ end -}} - {{ . }} + {{ . }} {{- end }}