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.8 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.7 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.7 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.6 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.6 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.4 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.4 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.3 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.3 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.2 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.2 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.1 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.3.1 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3 app/views/virgo/users/registrations/edit.html.haml
virgo-0.3 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.2.9 app/views/virgo/users/registrations/edit.html.haml
virgo-0.2.9 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.2.8 spec/dummy/app/views/virgo/users/registrations/edit.html.haml
virgo-0.2.8 app/views/virgo/users/registrations/edit.html.haml
virgo-0.2.7 spec/dummy/app/views/virgo/users/registrations/edit.html.haml