From 75354c1aba459a3a2580efcd26a89deed39ed585 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Wed, 30 Mar 2011 12:50:10 -0700 Subject: [PATCH] fix error on mobite status message show --- app/views/status_messages/show.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/status_messages/show.mobile.haml b/app/views/status_messages/show.mobile.haml index 9e3d790b2..af12b3098 100644 --- a/app/views/status_messages/show.mobile.haml +++ b/app/views/status_messages/show.mobile.haml @@ -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