diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index 1c345559ec4991d1dc3dab5df3a21e271781abdc..fb9de28be98475e89d317bdd17aed9164ff3b8f5 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