Edit Your Account

<%= link_to "Show Profile", user_path(@user) %> | <%= link_to "Change Password", change_password_path %>

<%= error_messages_for :user %> <% form_for :user, :url => user_url(@user), :html => { :method => :put } do |f| %>

Name:
<%= f.text_field :login, :size => 60 %>

<%= submit_tag "Save" %> <% end %>