friends in the public bucket
This commit is contained in:
parent
265753b5fe
commit
a594c9a34f
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,11 @@
|
|||
= owner_image_link
|
||||
- for friend in @friends
|
||||
= person_image_link(friend)
|
||||
|
||||
- if @logged_in && (@aspect == :public)
|
||||
Facebook Friends
|
||||
- @fb_friends = MiniFB.get(@access_token, 'me', :type => "friends")
|
||||
- @fb_friends[:data].each do |friend|
|
||||
= image_tag( "http://graph.facebook.com/#{friend[:id]}/picture" )
|
||||
-unless (@aspect == :all) || (@aspect == :public)
|
||||
= link_to (image_tag('add_friend_button.png', :height => "50px", :width => "50px")), "#add_request_pane", :id => 'add_request_button'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue