Sha256: f2a26ebb90653d63f8ab957e066f723e5914bf9a811b8784e077c341261c7d7b

Contents?: true

Size: 607 Bytes

Versions: 52

Compression:

Stored size: 607 Bytes

Contents

- title 'Change Password'
.form-container
  .section-title
    Change Your
    %span.emphasized 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
    .form-inputs
      = f.input :password, label: "New Password", required: true, autofocus: true
      = f.input :password_confirmation, label: "Confirm", required: true
    .form-actions
      = f.button :submit, "Change My Password"
  = render "devise/shared/links"

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.14.0 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.12 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.11 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.10 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.9 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.8 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.7 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.6 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.5 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.4 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.3 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.2 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.1 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.13.0 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.12.2 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.12.1 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.12.0 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.11.2 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.11.1 app/views/devise/passwords/edit.html.haml