From fc2cf4fde64a39694bd7b8d3c1a23ed6ba4b2d28 Mon Sep 17 00:00:00 2001 From: ilya Date: Thu, 23 Sep 2010 15:21:15 -0700 Subject: [PATCH] typo --- app/views/users/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 7d6d0d552..e4789e361 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"