about summary refs log tree commit diff stats
path: root/app/views/updates/_update.html.haml
blob: 57f415868d7a33c1270a99235b95bb0dd5863e12 (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