🐛 Fix uploaded-at date formatting on images list.

This commit is contained in:
Andrey Antukh 2020-01-27 13:22:17 +01:00
parent 88d287bac0
commit 866da08cab

View file

@ -235,7 +235,7 @@
:default-value (:name image)}] :default-value (:name image)}]
[:h3 {:on-double-click on-edit} (:name image)]) [:h3 {:on-double-click on-edit} (:name image)])
[:span.date (str (tr "ds.uploaded-at" [:span.date (str (tr "ds.uploaded-at"
(dt/format (:created-at image) "DD/MM/YYYY")))]]])) (dt/format (:created-at image) "dd/MM/yyyy")))]]]))
;; --- Grid Form ;; --- Grid Form