Sha256: 2310db3a25bf702304bccb812c6cf02606a33ab3110e4f2773cee44d8c87c3d9

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

<h2><%= t('devise.views.registrations.edit.title', :resource => resource_name.to_s.humanize , :default => 'Edit #{resource_name.to_s.humanize}') %></h2>

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f| %>
  <%= devise_error_messages! %>

  <div><%= f.label :email %><br />
  <%= f.email_field :email %></div>

  <div><%= f.label :password %> <i>(<%= t('devise.views.registrations.edit.leave_blank_if_you_don_t_want_to_change_it', :default => "leave blank if you don't want to change it") %>)</i><br />
  <%= f.password_field :password, :autocomplete => "off" %></div>

  <div><%= f.label :password_confirmation %><br />
  <%= f.password_field :password_confirmation %></div>

  <div><%= f.label :current_password %> <i>(<%= t('devise.views.registrations.edit.we_need_your_current_password_to_confirm_your_changes', :default => 'we need your current password to confirm your changes') %>)</i><br />
  <%= f.password_field :current_password %></div>

  <div><%= f.submit "Update" %></div>
<% end %>

<h3>Cancel my account</h3>

<p>Unhappy? <%= link_to t('devise.views.registrations.edit.cancel_my_account', :default => "Cancel my account"), registration_path(resource_name), :data => { :confirm => t('devise.views.registrations.edit.are_you_sure', :default => "Are you sure?") }, :method => :delete %>.</p>

<%= link_to "Back", :back %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-i18n-views-0.1.1 app/views/devise/registrations/edit.html.erb
devise-i18n-views-0.1.0 app/views/devise/registrations/edit.html.erb