Open-Source-Access-Control-.../app/views/devise/registrations/edit.html.erb

11 lines
263 B
Plaintext
Raw Normal View History

<h2>Edit Your Profile</h2>
2012-09-04 03:34:40 +00:00
<%= devise_error_messages! %>
2012-09-04 03:34:40 +00:00
<%= render :partial => "user", :locals => { :resource => resource, :html => { :method => :put }, :button_label => "Update Profile" } %>
2012-09-04 04:56:37 +00:00
<%= render "devise/shared/links" %>
2012-09-04 03:34:40 +00:00
<%= link_to "Back", :back %>