typo
This commit is contained in:
parent
ac9854596f
commit
c7757a302c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
- if @logged_in
|
- if @logged_in
|
||||||
- MiniFB.get(@access_token, 'me', :type => "feed").each do |item|
|
- MiniFB.get(@access_token, 'me', :type => "feed").each do |item|
|
||||||
- if item['type'] == 'status'
|
- if item['type'] == 'status'
|
||||||
= render "fb_status", :post => FbStatus.from_api()
|
= render "fb_status", :post => FbStatus.from_api(item)
|
||||||
|
|
||||||
#pagination
|
#pagination
|
||||||
= will_paginate @posts
|
= will_paginate @posts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue