typo
This commit is contained in:
parent
1fdbc637d1
commit
fc2cf4fde6
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
- @fb_friends = MiniFB.get(@access_token, 'me', :type => "friends")
|
- @fb_friends = MiniFB.get(@access_token, 'me', :type => "friends")
|
||||||
- @fb_friends[:data].each do |friend|
|
- @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
|
- form_tag "/services/fb_post" do
|
||||||
= text_area_tag "message"
|
= text_area_tag "message"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue