fix error on mobite status message show
This commit is contained in:
parent
d3c0f1b3d2
commit
75354c1aba
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@
|
|||
= link_to t('.destroy'), @status_message, :confirm => t('are_you_sure'), :method => :delete
|
||||
|
||||
.stream.show{:data=>{:guid=>@status_message.id}}
|
||||
= render "comments/comments", :post_id => @status_message.id, :comments => @status_message.comments, :always_expanded => true
|
||||
= render "comments/comments", :post => @status_message, :comments => @status_message.comments, :always_expanded => true
|
||||
|
|
|
|||
Loading…
Reference in a new issue