From 2086f68bd8d610c4adeca7b972e00aabb33090b5 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 27 Mar 2023 09:40:24 +0200 Subject: [PATCH] =?UTF-8?q?Boost=20contact=E2=80=99s=20tag=20links=20to=20?= =?UTF-8?q?update=20
=20with=20the=20filtered=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/contacts/index.gohtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}