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

4 lines
202 B
Plaintext
Raw Normal View History

2011-04-04 04:00:34 +00:00
<%= form_for(:user, :url => edit_user_registration_path, :html => {:id => "edit_profile_form", :method => "get"}) do |f| %>
2011-03-27 19:44:15 +00:00
<%= f.submit "Edit profile", :id => "edit_profile_form_submit" %>
<% end %>