<%= error_messages_for :user %> <% unless @changed %> <% form_for :user do |f| %>


<%= f.text_field :email, {:disabled => true} -%>


<%= f.text_field :email, { :value => ""} -%>

<%= submit_tag "Update Email" -%> <%= submit_tag "Cancel" -%>
<% end %> <% else %>

An email has been sent to: <%= self.current_user.new_email -%>.

Please follow the instructions contained in the email to complete this process.

<% end %>