%section.stream-update.entry-content{ id: "update-#{update.id}" } %header.update-posted %time= update.created_at.strftime("%B #{update.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") - if user_signed_in? and !update.new_record? = link_to "Edit", edit_admin_stream_update_path(update.stream, update), :class => "update-edit-link" = markdown(update.body)