changed date format to existing on website
This commit is contained in:
parent
e30b09484f
commit
683df41e2a
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@
|
|||
[:div {:class "col-sm"}
|
||||
[:h2 {:class "card-title"}
|
||||
[:a {:href (get-in status [:url])}
|
||||
(t/unparse (t/formatters :date) date) " "
|
||||
(t/unparse (t/formatters :hour-minute-second) date)]]
|
||||
(t/unparse (t/formatter "dd.MM.yyyy") date) " "]]
|
||||
[:div {:class "card-text"}
|
||||
(:content status)]]
|
||||
[:div {:class "col-sm"} (mastomedia->html media_attachments)]]]))
|
||||
|
|
Loading…
Reference in a new issue