removing the fb feed for now
This commit is contained in:
parent
a8f05244ba
commit
d41b370630
2 changed files with 0 additions and 17 deletions
|
|
@ -18,10 +18,6 @@
|
||||||
%ul#stream
|
%ul#stream
|
||||||
- for post in @posts
|
- for post in @posts
|
||||||
= render type_partial(post), :post => post unless post.class == Album
|
= render type_partial(post), :post => post unless post.class == Album
|
||||||
- if @logged_in
|
|
||||||
- MiniFB.get(@access_token, 'me', :type => "feed")[:data].each do |item|
|
|
||||||
- if item[:type] == 'status'
|
|
||||||
= render "fb_status/fb_status", :post => FbStatus.from_api(item)
|
|
||||||
|
|
||||||
#pagination
|
#pagination
|
||||||
= will_paginate @posts
|
= will_paginate @posts
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
||||||
-# licensed under the Affero General Public License version 3. See
|
|
||||||
-# the COPYRIGHT file.
|
|
||||||
|
|
||||||
|
|
||||||
%li.message{:id => post.id}
|
|
||||||
|
|
||||||
= image_tag( "http://graph.facebook.com/#{post.author_id}/picture" )
|
|
||||||
|
|
||||||
.content
|
|
||||||
%span.from
|
|
||||||
= post.author_name
|
|
||||||
= post.message
|
|
||||||
Loading…
Reference in a new issue