summaryrefslogtreecommitdiff
path: root/views.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'views.rkt')
-rw-r--r--views.rkt6
1 files changed, 3 insertions, 3 deletions
diff --git a/views.rkt b/views.rkt
index 0258157..8dcbc16 100644
--- a/views.rkt
+++ b/views.rkt
@@ -121,18 +121,18 @@
`(tr (td ((class "font-monospace")) ,(normal-date (nutrient-measurement-date m)))
(td (a ((class "btn btn-outline-secondary btn-sm")
(href ,(format "/ferti/measurements/~a" (nutrient-measurement-id m))))
- "Modifier"))
+ "Voir"))
(td ,(if maybe-rotation
`(a ((class "btn btn-outline-secondary btn-sm")
(href ,(format "/ferti/rotations/~a" (crop-rotation-id maybe-rotation))))
- "Modifier")
+ "Voir")
`(a ((class "btn btn-outline-primary btn-sm")
(href ,(format "/ferti/rotations/new/~a" (nutrient-measurement-date m))))
"Ajouter")))
(td ,(if maybe-rotation
`(a ((class "btn btn-outline-secondary btn-sm")
(href ,(format "/ferti/recipes/~a" (crop-rotation-date maybe-rotation))))
- "Consulter")
+ "Voir")
"—")))))))
(ferti-template `((h2 () "Relevés et Assolements")
(div ((class "btn-group mb-3"))
Copyright 2019--2026 Marius PETER