11 lines
328 B
Text
11 lines
328 B
Text
<%= {: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.guid}.to_json.html_safe%>
|