Sha256: 7aa6f5d5a573a10e0924d30a0182b8c21fbe71597ee660bb96a9d6ea6fdcca8c

Contents?: true

Size: 708 Bytes

Versions: 5

Compression:

Stored size: 708 Bytes

Contents

.card
  .card-header.text-center
    %h2= t('devise.password.edit.title')
  .card-body
    = 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, required: true, autofocus: true
        = f.input :password_confirmation, required: true
      .form-actions
        = f.button :submit, t('devise.password.edit.button'), class: 'btn btn-primary btn-block'
  .card-footer.text-center
    = render 'devise/shared/links'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/user/passwords/edit.html.haml
cybele-2.3.1 templates/app_files/app/views/user/passwords/edit.html.haml
cybele-2.2.0 templates/app_files/app/views/user/passwords/edit.html.haml
cybele-2.1.0 templates/app_files/app/views/user/passwords/edit.html.haml
cybele-2.0.0 templates/app_files/app/views/user/passwords/edit.html.haml