Sha256: c4a3ab011417df71c448846dfd306957f835113f6af192d3c5087dfd8db064fd

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

<h2><%= t('.title', resource: resource_class.model_name.human) %></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 %>
  </div>

  <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
    <p>
      <%= t('.currently_waiting_confirmation_for_email', email: resource.unconfirmed_email) %>
    </p>
  <% end %>

  <div class="field">
    <%= f.label :password %> <i>(<%= t('.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 %>
  </div>

  <div class="field">
    <%= f.label :current_password %> <i>(<%= t('.we_need_your_current_password_to_confirm_your_changes') %>)</i><br />
    <%= f.password_field :current_password %>
  </div>

  <div><%= f.submit t('.update') %></div>
<% end %>

<h3><%= t('.cancel_my_account') %></h3>

<p><%= t('.unhappy') %> <%= link_to t('.cancel_my_account'), registration_path(resource_name), data: { confirm: t('.are_you_sure') }, method: :delete %>.</p>

<%= link_to t('devise.shared.links.back'), :back %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
devise-i18n-1.5.1 app/views/devise/registrations/edit.html.erb
devise-i18n-1.5.0 app/views/devise/registrations/edit.html.erb
devise-i18n-1.4.0 app/views/devise/registrations/edit.html.erb
devise-i18n-1.3.0 app/views/devise/registrations/edit.html.erb
devise-i18n-1.2.0 app/views/devise/registrations/edit.html.erb
devise-i18n-1.1.2 app/views/devise/registrations/edit.html.erb
devise-i18n-1.1.1 app/views/devise/registrations/edit.html.erb