9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
<h1>Edit My Account</h1>
|
|
|
|
<%= form_for @user, :url => account_path do |f| %>
|
|
<%= f.error_messages %>
|
|
<%= render :partial => "form", :object => f %>
|
|
<%= f.submit "Update" %>
|
|
<% end %>
|
|
|
|
<br /><%= link_to "My Profile", account_path %> |