Sha256: 004ffb8d8b2a89db4a86a179a5bad215cf88256478587f18ef92d335e636a71c

Contents?: true

Size: 1.26 KB

Versions: 114

Compression:

Stored size: 1.26 KB

Contents

<h2>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 class="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true %>
  </div>

  <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
    <div>Currently waiting confirmation for: <%= resource.unconfirmed_email %></div>
  <% end %>

  <div class="field">
    <%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br />
    <%= f.password_field :password, autocomplete: "off" %>
  </div>

  <div class="field">
    <%= f.label :password_confirmation %><br />
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  <div class="field">
    <%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i><br />
    <%= f.password_field :current_password, autocomplete: "off" %>
  </div>

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

<h3>Cancel my account</h3>

<p>Unhappy? <%= button_to "Cancel my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete %></p>

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

Version data entries

114 entries across 101 versions & 7 rubygems

Version Path
devise-4.0.3 app/views/devise/registrations/edit.html.erb
devise-4.1.1 app/views/devise/registrations/edit.html.erb
ratable-0.0.6 spec/dummy/app/views/devise/registrations/edit.html.erb
ratable-0.0.6 spec/dummy/app/views/admins/registrations/edit.html.erb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/devise-4.1.0/app/views/devise/registrations/edit.html.erb
devise-4.1.0 app/views/devise/registrations/edit.html.erb
devise-3.5.9 app/views/devise/registrations/edit.html.erb
devise-4.0.2 app/views/devise/registrations/edit.html.erb
ratable-0.0.5 spec/dummy/app/views/devise/registrations/edit.html.erb
ratable-0.0.5 spec/dummy/app/views/admins/registrations/edit.html.erb
ratable-0.0.4 spec/dummy/app/views/devise/registrations/edit.html.erb
ratable-0.0.4 spec/dummy/app/views/admins/registrations/edit.html.erb
devise-4.0.1 app/views/devise/registrations/edit.html.erb
devise-3.5.8 app/views/devise/registrations/edit.html.erb
ratable-0.0.3 spec/dummy/app/views/admins/registrations/edit.html.erb
ratable-0.0.3 spec/dummy/app/views/devise/registrations/edit.html.erb
ratable-0.0.2 spec/dummy/app/views/devise/registrations/edit.html.erb
ratable-0.0.2 spec/dummy/app/views/admins/registrations/edit.html.erb
ratable-0.0.1 spec/dummy/app/views/devise/registrations/edit.html.erb
ratable-0.0.1 spec/dummy/app/views/admins/registrations/edit.html.erb