From d2a06dd1c01c9c2ef90cb6c0129eb1460d7592f9 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 23 May 2023 14:50:46 +0200 Subject: [PATCH] Add class=filters to filters forms --- web/template/contacts/index.gohtml | 2 +- web/template/expenses/index.gohtml | 2 +- web/template/invoices/index.gohtml | 2 +- web/template/products/index.gohtml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/template/contacts/index.gohtml b/web/template/contacts/index.gohtml index fc77e48..9ca7705 100644 --- a/web/template/contacts/index.gohtml +++ b/web/template/contacts/index.gohtml @@ -19,7 +19,7 @@ {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.ContactsIndexPage*/ -}}
-
- {{ with .Filters }} diff --git a/web/template/invoices/index.gohtml b/web/template/invoices/index.gohtml index f6bab40..a5e188e 100644 --- a/web/template/invoices/index.gohtml +++ b/web/template/invoices/index.gohtml @@ -26,7 +26,7 @@ {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.InvoicesIndexPage*/ -}}
- {{ with .Filters }} {{ template "select-field" .Customer }} diff --git a/web/template/products/index.gohtml b/web/template/products/index.gohtml index 263667a..f3f1bd6 100644 --- a/web/template/products/index.gohtml +++ b/web/template/products/index.gohtml @@ -19,7 +19,7 @@ {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.productsIndexPage*/ -}}
-