From d2cbddec403c20cc58fb695b7c175ad091390ff5 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 20 Oct 2023 19:56:45 +0200 Subject: [PATCH] fix: Use long date format in post listing --- priv/templates/http/subreddit_posts.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/templates/http/subreddit_posts.eex b/priv/templates/http/subreddit_posts.eex index a5393cd..887f8bb 100644 --- a/priv/templates/http/subreddit_posts.eex +++ b/priv/templates/http/subreddit_posts.eex @@ -31,7 +31,7 @@ <%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %> <%= post.num_comments %> comment(s) - - <%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :short) %> + <%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :long) %>