From e6991290648e0db7e340bf84f5cd8c1007430725 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 17 May 2026 17:01:45 +0200 Subject: [PATCH] feat(19): show 'X/Y completed tasks' label on tablo cards Co-Authored-By: Claude Sonnet 4.6 (1M context) --- backend/templates/tablos.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/tablos.templ b/backend/templates/tablos.templ index 7596296..6754c3f 100644 --- a/backend/templates/tablos.templ +++ b/backend/templates/tablos.templ @@ -148,7 +148,7 @@ templ TabloProjectCard(card TabloCardView, csrfToken string) {
Progression: - { strconv.Itoa(card.DoneTasks) }/{ strconv.Itoa(card.TotalTasks) } + { strconv.Itoa(card.DoneTasks) }/{ strconv.Itoa(card.TotalTasks) } completed tasks