about summary refs log tree commit diff stats
path: root/app/views/updates/_update.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/updates/_update.html.haml')
-rw-r--r--app/views/updates/_update.html.haml2
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