diff --git a/web/template/contacts/index.gohtml b/web/template/contacts/index.gohtml index efb2f61..fc77e48 100644 --- a/web/template/contacts/index.gohtml +++ b/web/template/contacts/index.gohtml @@ -29,7 +29,9 @@ {{ template "tags-field" .Tags | addTagsAttr (print `data-conditions="` .TagsCondition.Name `-field"`) }} {{ template "toggle-field" .TagsCondition }} {{ end }} - + @@ -46,7 +48,8 @@ {{ with .Contacts }} {{- range $contact := . }} - +
{{ .Name }}{{ .Name }} {{ .Email }} {{ .Phone }} {{( pgettext "Filter" "action" )}} +
diff --git a/web/template/expenses/index.gohtml b/web/template/expenses/index.gohtml index 9c4bc41..50dc9f6 100644 --- a/web/template/expenses/index.gohtml +++ b/web/template/expenses/index.gohtml @@ -31,7 +31,9 @@ {{ template "tags-field" .Tags | addTagsAttr (print `data-conditions="` .TagsCondition.Name `-field"`) }} {{ template "toggle-field" .TagsCondition }} {{ end }} - + diff --git a/web/template/invoices/index.gohtml b/web/template/invoices/index.gohtml index 71a715f..f6bab40 100644 --- a/web/template/invoices/index.gohtml +++ b/web/template/invoices/index.gohtml @@ -37,7 +37,9 @@ {{ template "tags-field" .Tags | addTagsAttr (print `data-conditions="` .TagsCondition.Name `-field"`) }} {{ template "toggle-field" .TagsCondition }} {{ end }} - +
diff --git a/web/template/products/index.gohtml b/web/template/products/index.gohtml index 52a5389..263667a 100644 --- a/web/template/products/index.gohtml +++ b/web/template/products/index.gohtml @@ -29,7 +29,9 @@ {{ template "tags-field" .Tags | addTagsAttr (print `data-conditions="` .TagsCondition.Name `-field"`) }} {{ template "toggle-field" .TagsCondition }} {{ end }} - +
@@ -45,7 +47,8 @@ {{ with .Products }} {{- range $product := . }} - +
{{ .Name }}{{ .Name }}