Sha256: 0480f53de830ff0448ac9726a639aa764fff8268ba7b4d35cbec09d91f52b302

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 Bytes

Contents

%h2
  Edit #{resource_name.to_s.humanize}
= registration_form_for resource do |f|
  = devise_error_messages!
  = app_text_field     f, :email
  = app_password_field f, :password
  = app_password_field f, :password_confirmation
  = app_password_field f, :current_password
  .submit
     = submit_tag 'Update'
%h3 Cancel my account
%p
  Unhappy? #{link_to "Cancel my account", registration_path(resource_name), :data => { :confirm => "Are you sure?" }, :method => :delete}.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
laces-0.1.0 templates/app/views/devise/registrations/edit.haml