From b06fdc9c3b4b6dc0d5d60098303dd57d5c098e13 Mon Sep 17 00:00:00 2001 From: unwox Date: Wed, 15 Oct 2025 16:03:08 +0600 Subject: implement pagination --- templates.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates.fnl') diff --git a/templates.fnl b/templates.fnl index 5137acc..6ebf19c 100644 --- a/templates.fnl +++ b/templates.fnl @@ -145,7 +145,8 @@ (local disabled (or out-of-stock? in-basket-quantity)) (HTML - [:form {:method "POST" :action "/shop/cart/add" :class classes} + [:form {:method "POST" :action "/shop/cart/add" + :class (.. "d-flex gap-0-5 " classes)} [:input {:type "hidden" :name "name" :value product.name}] [:input {:type "hidden" :name "redirect-url" :value redirect-url}] [:select (fn [] {:name "quantity" :disabled disabled}) -- cgit v1.2.3