Sha256: d177b18dc603cd968b53dd8ce73a2c27486be2a77d184d56997c5212127b0eb2

Contents?: true

Size: 1.03 KB

Versions: 82

Compression:

Stored size: 1.03 KB

Contents

<h2>Edit <%= resource_name.to_s.humanize %></h2>

<%= simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :email, required: true, autofocus: true %>

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

    <%= f.input :password, autocomplete: "off", hint: "leave it blank if you don't want to change it", required: false %>
    <%= f.input :password_confirmation, required: false %>
    <%= f.input :current_password, hint: "we need your current password to confirm your changes", required: true %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, "Update" %>
  </div>
<% end %>

<h3>Cancel my account</h3>

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

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

Version data entries

82 entries across 82 versions & 13 rubygems

Version Path
thecore_ui_rails_admin-2.1.4 app/views/users/registrations/edit.html.erb
mokio-2.0.8 app/views/devise/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.2.1 app/views/users/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.2.0 app/views/users/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.1.9 app/views/users/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.1.8 app/views/users/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.1.7 app/views/users/registrations/edit.html.erb
binda-0.1.11 app/views/binda/users/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.1.5 app/views/users/registrations/edit.html.erb
binda-0.1.10 app/views/binda/users/registrations/edit.html.erb
binda-0.1.9 app/views/binda/users/registrations/edit.html.erb
Depreciation-0.1.3 app/views/devise/registrations/edit.html.erb
binda-0.1.8 app/views/binda/users/registrations/edit.html.erb
devise-4.4.3 lib/generators/templates/simple_form_for/registrations/edit.html.erb
devise-4.4.2 lib/generators/templates/simple_form_for/registrations/edit.html.erb
binda-0.1.7 app/views/binda/users/registrations/edit.html.erb
binda-0.1.6 app/views/binda/users/registrations/edit.html.erb
binda-0.1.5 app/views/binda/users/registrations/edit.html.erb
binda-0.1.4 app/views/binda/users/registrations/edit.html.erb
thecore_ui_layout_taris_website-1.1.4 app/views/users/registrations/edit.html.erb