about summary refs log tree commit diff stats
path: root/app/views/updates/_update.html.haml
blob: c8ce224a35fbdb7109eff5bc9c9a3101e5587f8e (plain) (blame)
1
2
3
%section.stream-update.entry-content{ id: "update-#{update.id}" }
  %time.update-posted= update.created_at.strftime("%b #{update.created_at.day.ordinalize} %Y at %-I:%M:%S%P")
  = update.body.html_safe