fix: Use long date format in post listing
This commit is contained in:
parent
6d9db86e30
commit
d2cbddec40
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
<%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %>
|
<%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %>
|
||||||
<%= post.num_comments %> comment(s)
|
<%= post.num_comments %> comment(s)
|
||||||
-
|
-
|
||||||
<%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :short) %></small>
|
<%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :long) %></small>
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue