This commit is contained in:
ilya 2010-09-24 15:06:48 -07:00
parent ac9854596f
commit c7757a302c

View file

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