diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-03 22:30:52 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-03 22:30:52 -0400 |
commit | 1794920731d00d5639f3cf53408d7ef96e22a607 (patch) | |
tree | 0444271c523c297d85150379863dba9a58144e66 /app/views/updates/_update.html.haml | |
parent | 77c3c18fe2a28f5ed94cd815d07f04de39b26e60 (diff) | |
download | thoughts-1794920731d00d5639f3cf53408d7ef96e22a607.tar.gz thoughts-1794920731d00d5639f3cf53408d7ef96e22a607.tar.bz2 thoughts-1794920731d00d5639f3cf53408d7ef96e22a607.zip |
Tweaked datetime formatting
Diffstat (limited to 'app/views/updates/_update.html.haml')
-rw-r--r-- | app/views/updates/_update.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/updates/_update.html.haml b/app/views/updates/_update.html.haml index c8ce224..57f4158 100644 --- a/app/views/updates/_update.html.haml +++ b/app/views/updates/_update.html.haml | |||
@@ -1,3 +1,3 @@ | |||
1 | %section.stream-update.entry-content{ id: "update-#{update.id}" } | 1 | %section.stream-update.entry-content{ id: "update-#{update.id}" } |
2 | %time.update-posted= update.created_at.strftime("%b #{update.created_at.day.ordinalize} %Y at %-I:%M:%S%P") | 2 | %time.update-posted= update.created_at.strftime("%B #{update.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") |
3 | = update.body.html_safe | 3 | = update.body.html_safe |