diff options
| -rw-r--r-- | views.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ ,@ (for/list ([m measurements]) (define maybe-rotation (maybe-rotation-for-measurement m)) - `(tr (td ((class "font-monospace")) ,(normal-date (nutrient-measurement-date m))) + `(tr (td ((class "font-monospace align-middle")) ,(normal-date (nutrient-measurement-date m))) (td (a ((class "btn btn-outline-secondary btn-sm") (href ,(format "/ferti/measurements/~a" (nutrient-measurement-id m)))) "Voir")) |