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