mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
tiny change in view
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
- for friend in @friends
|
||||
= person_image_link(friend)
|
||||
- if @logged_in && (@aspect == :public)
|
||||
Facebook Friends
|
||||
%h3 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" )
|
||||
|
||||
Reference in New Issue
Block a user