0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

🐛 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)}]
[:h3 {:on-double-click on-edit} (:name image)])
[: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