fix error on mobite status message show

This commit is contained in:
Raphael Sofaer 2011-03-30 12:50:10 -07:00
parent d3c0f1b3d2
commit 75354c1aba

View file

@ -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