Sha256: a65e3dde0894491fc8b43819cf86b02190a6d3c8317905891e630e7baa675521

Contents?: true

Size: 624 Bytes

Versions: 10

Compression:

Stored size: 624 Bytes

Contents

.section
  .container
    .section-title Change your password
    .form-container
      = 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

10 entries across 10 versions & 1 rubygems

Version Path
hackathon_manager-0.4.4 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.4.3 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.4.2 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.4.1 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.4.0 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.3.3 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.3.2 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.3.1 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.3.0 app/views/devise/passwords/edit.html.haml
hackathon_manager-0.2.0 app/views/devise/passwords/edit.html.haml