Sha256: e28cda2557737630c461a4b734e600b3b95a7085a9edc8490183a07d520c8f3b

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

%h2 Change your password
= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f|
  = f.error_notification
  = f.input :reset_password_token, :as => :hidden
  = f.full_error :reset_password_token
  .inputs
    = f.input :password, :label => "New password", :required => true
    = f.input :password_confirmation, :label => "Confirm your new password", :required => true
  .actions
    = f.button :submit, "Change my password"
= render :partial => "devise/shared/links"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.2 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.1 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.0 app/views/iugu/passwords/edit.html.haml