Sha256: c8f05620ff3bf00dd81544c7f8509b5b98dc8a0bb5bf3aaf9c244ca9d18f489b

Contents?: true

Size: 1.02 KB

Versions: 101

Compression:

Stored size: 1.02 KB

Contents

%h2
  Edit #{resource_name.to_s.humanize}
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f|
  = devise_error_messages!
  %div
    = f.label :email
    %br/
    = f.email_field :email, :autofocus => true
  - if devise_mapping.confirmable? && resource.pending_reconfirmation?
    %div
      Currently waiting confirmation for: #{resource.unconfirmed_email}
  %div
    = f.label :password
    %i (leave blank if you don't want to change it)
    %br/
    = f.password_field :password, :autocomplete => "off"
  %div
    = f.label :password_confirmation
    %br/
    = f.password_field :password_confirmation
  %div
    = f.label :current_password
    %i (we need your current password to confirm your changes)
    %br/
    = f.password_field :current_password
  %div= f.submit "Update"
%h3 Cancel my account
%p
  Unhappy? #{button_to "Cancel my account", registration_path(resource_name), :data => { :confirm => "Are you sure?" }, :method => :delete}
= link_to "Back", :back

Version data entries

101 entries across 61 versions & 2 rubygems

Version Path
virgo-0.3.17 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.17 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.16 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.16 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.15 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.15 app/views/virgo/users/registrations/edit.html.haml
johnhenry-1.0.22 app/views/johnhenry/devise/registrations/edit.html.haml
virgo-0.3.14 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.14 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.13 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.13 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.12 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.12 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.11 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.11 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.10 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.10 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.9 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.9 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.8 spec/dummy/app/views/virgo/users/registrations/edit.html.haml