<%- if options[:metatags] %>
<% else -%>
<%- end %>
">
<%%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %>
<%%= render 'devise/shared/error_messages' %>
<%%= f.label :email %>
<%%= f.email_field :email, autofocus: true %>
<%% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
Currently waiting confirmation for: <%%= resource.unconfirmed_email %>
<%% end %>
<%%= f.label :password %>
<%% if @minimum_password_length %>
<%%= @minimum_password_length %> characters minimum
<%% end %>
<%%= f.password_field :password, autocomplete: "off", placeholder: "Enter new password (leave blank if you don't want to change it)" %>
<%%= f.label :password_confirmation %>
<%%= f.password_field :password_confirmation, autocomplete: "off" ,placeholder: "Confirm new password" %>
<%%= f.label :current_password %>
<%%= f.password_field :current_password, autocomplete: "off",placeholder: "(we need your current password to confirm your changes)" %>
<%%= f.submit "Update", class: "ui submit button fluid teal" %>
<%% end %>
or
Unhappy? <%%= button_to "Cancel my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete ,class: "ui submit button red tiny "%>
<%%= link_to "Back", :back %>