DG IZ; haml typo

This commit is contained in:
danielvincent 2010-09-22 17:50:47 -07:00
parent fc0350e4e1
commit 7303212784

View file

@ -75,15 +75,13 @@
- @response_hash = MiniFB.get(@access_token, 'me') - @response_hash = MiniFB.get(@access_token, 'me')
= @response_hash[:name] = @response_hash[:name]
- form_tag "/services/fb_post" do
- form_tag :controller => "services", :action => "fb_post" do
= text_area_tag "message" = text_area_tag "message"
= submit_tag "send it off" = submit_tag "send it off"
= link_to "Disconnect from Facebook", services_destroy_path = link_to "Disconnect from Facebook", services_destroy_path
- else - else
= link_to "Connect to Facebook", @fb_access_url = link_to "Connect to Facebook", @fb_access_url
- end
#content_bottom #content_bottom
.back .back