diff options
Diffstat (limited to 'app/views/updates/_update.html.haml')
-rw-r--r-- | app/views/updates/_update.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/updates/_update.html.haml b/app/views/updates/_update.html.haml new file mode 100644 index 0000000..c8ce224 --- /dev/null +++ b/app/views/updates/_update.html.haml | |||
@@ -0,0 +1,3 @@ | |||
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") | ||
3 | = update.body.html_safe | ||