about summary refs log tree commit diff stats
path: root/app/views/blogs/show.html.haml
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-03 22:30:52 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-03 22:30:52 -0400
commit1794920731d00d5639f3cf53408d7ef96e22a607 (patch)
tree0444271c523c297d85150379863dba9a58144e66 /app/views/blogs/show.html.haml
parent77c3c18fe2a28f5ed94cd815d07f04de39b26e60 (diff)
downloadthoughts-1794920731d00d5639f3cf53408d7ef96e22a607.tar.gz
thoughts-1794920731d00d5639f3cf53408d7ef96e22a607.tar.bz2
thoughts-1794920731d00d5639f3cf53408d7ef96e22a607.zip
Tweaked datetime formatting
Diffstat (limited to 'app/views/blogs/show.html.haml')
-rw-r--r--app/views/blogs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blogs/show.html.haml b/app/views/blogs/show.html.haml index e22a199..c44d3f4 100644 --- a/app/views/blogs/show.html.haml +++ b/app/views/blogs/show.html.haml
@@ -3,4 +3,4 @@
3%footer#blog-footer 3%footer#blog-footer
4 This entry was posted on 4 This entry was posted on
5 = succeed "." do 5 = succeed "." do
6 %time= @blog.created_at.strftime("%B #{@blog.created_at.day.ordinalize} %Y at %-I:%M:%S%P") 6 %time= @blog.created_at.strftime("%B #{@blog.created_at.day.ordinalize}, %Y at %-I:%M:%S%P")