diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 7d6d0d552637d7e22c0ad7b18fb4e26f14af7a99..e4789e3613872565477b7ccba1ca47acabdb3cd7 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -77,7 +77,7 @@ - @fb_friends = MiniFB.get(@access_token, 'me', :type => "friends") - @fb_friends[:data].each do |friend| - = image_tag( "http://graph.facebook.com/#{friend[:id]}/picture" + = image_tag( "http://graph.facebook.com/#{friend[:id]}/picture" ) - form_tag "/services/fb_post" do = text_area_tag "message"