Sha256: f51b44f2f08f1e6fcbf84ed0708ed15a55729e47740054f52bebc7c4c12532ed
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 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="form-inputs"> <%= f.email_field :email, required: true, autofocus: true %> <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %> <p>Currently waiting confirmation for: <%= resource.unconfirmed_email %></p> <% end %> <%= f.password_field :password, autocomplete: "off", hint: "leave it blank if you don't want to change it", required: false %> <%= f.password_field :password_confirmation, required: false %> <%= f.password_field :current_password, hint: "we need your current password to confirm your changes", required: true %> </div> <div class="form-actions"> <%= f.submit "Update", class: "btn btn-primary" %> </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, class: "btn btn-primary" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mtdevise-5.0.1 | app/views/devise/registrations/edit.html.erb |