adopt-a-hydrant/app/views/users/_edit_profile.html.haml

3 lines
146 B
Plaintext
Raw Normal View History

2011-05-08 08:29:21 +00:00
= form_for :user, :url => edit_user_registration_path, :html => {:id => "edit_profile_form", :method => "get"} do |f|
= f.submit "Edit profile"