From c7757a302cf30395b200ca979f3bedf6094dd9b5 Mon Sep 17 00:00:00 2001 From: ilya Date: Fri, 24 Sep 2010 15:06:48 -0700 Subject: [PATCH] typo --- app/views/aspects/public.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/public.html.haml b/app/views/aspects/public.html.haml index b760c9215..e6500e648 100644 --- a/app/views/aspects/public.html.haml +++ b/app/views/aspects/public.html.haml @@ -21,7 +21,7 @@ - if @logged_in - MiniFB.get(@access_token, 'me', :type => "feed").each do |item| - if item['type'] == 'status' - = render "fb_status", :post => FbStatus.from_api() + = render "fb_status", :post => FbStatus.from_api(item) #pagination = will_paginate @posts