summaryrefslogtreecommitdiff
path: root/views.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'views.rkt')
-rw-r--r--views.rkt3
1 files changed, 2 insertions, 1 deletions
diff --git a/views.rkt b/views.rkt
index e187e1d..1d13049 100644
--- a/views.rkt
+++ b/views.rkt
@@ -109,7 +109,8 @@
(tbody
,@(for/list ([m measurements])
(define maybe-rotation (maybe-rotation-for-measurement m))
- `(tr (td ,(nutrient-measurement-date m))
+ `(tr (td ((class "font-monospace"))
+ ,(~t (iso8601->date (nutrient-measurement-date m)) "dd/MM/yyyy"))
(td (a ((class "btn btn-outline-secondary btn-sm")
(href ,(format "/ferti/measurement/~a" (nutrient-measurement-id m))))
"Modifier"))
Copyright 2019--2026 Marius PETER