From 7303212784c865cf1aaea8257c13cdd1bf30e239 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Wed, 22 Sep 2010 17:50:47 -0700 Subject: [PATCH] DG IZ; haml typo --- app/views/users/edit.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 1c345559e..fb9de28be 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -75,15 +75,13 @@ - @response_hash = MiniFB.get(@access_token, 'me') = @response_hash[:name] - - - form_tag :controller => "services", :action => "fb_post" do + - form_tag "/services/fb_post" do = text_area_tag "message" = submit_tag "send it off" = link_to "Disconnect from Facebook", services_destroy_path - else = link_to "Connect to Facebook", @fb_access_url - - end #content_bottom .back