fix: Use long date format in post listing

This commit is contained in:
Daniel Kempkens 2023-10-20 19:56:45 +02:00
parent 6d9db86e30
commit d2cbddec40
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -31,7 +31,7 @@
<%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %>
<%= post.num_comments %> comment(s)
-
<%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :short) %></small>
<%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :long) %></small>
</h6>
</div>
</div>