%= {:html => render(
:partial => 'shared/stream_element',
:locals => {
:post => @status_message,
:author => @status_message.author,
:photos => @status_message.photos,
:comments => [],
:all_aspects => current_user.aspects
}
),
:post_id => @status_message.id}.to_json.html_safe%>