mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 01:26:11 +02:00
🐛 Fix uploaded-at date formatting on images list.
This commit is contained in:
parent
88d287bac0
commit
866da08cab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue