Sha256: d2c1f1954c1a808b2bd1a023e7a7755a4aeb92f3f23c6b44c84769876f796332
Contents?: true
Size: 964 Bytes
Versions: 12
Compression:
Stored size: 964 Bytes
Contents
%h2 Edit #{resource_name.to_s.humanize} = simple_form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f| = f.error_notification .form-inputs = f.input :email, :required => true, :autofocus => true - if devise_mapping.confirmable? && resource.pending_reconfirmation? %p Currently waiting confirmation for: #{resource.unconfirmed_email} = 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 .form-actions = f.button :submit, "Update" %h3 Cancel my account %p Unhappy? #{link_to "Cancel my account", registration_path(resource_name), :data => { :confirm => "Are you sure?" }, :method => :delete}. = link_to "Back", :back
Version data entries
12 entries across 12 versions & 1 rubygems