From d18485f51156350c02b9b789fe44e14953b51f9b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 13 Nov 2025 15:31:41 +0100 Subject: feat(template): remove 'voir plus' if no more items --- backend/templates/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index 5365445..b4ffbe6 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -21,9 +21,9 @@

{{end}} - {{ else }} + {{ else }} {{ if eq (len .Data) .LenMax }} Voir plus - {{ end }} + {{ end }} {{ end }} {{end}} -- cgit v1.2.3