Sha256: 40bc09f44beefce0ce8fb0bcf6bcca07ed3b7792dc079b1e01ed3877f51425d7

Contents?: true

Size: 893 Bytes

Versions: 5

Compression:

Stored size: 893 Bytes

Contents

#admin-devise-page
  .row.justify-content-center
    .card
      .card-header
        %h3.text-center
          = 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'
        .text-center
          %br/
          = 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/hq/passwords/edit.html.haml
cybele-2.3.1 templates/app_files/app/views/hq/passwords/edit.html.haml
cybele-2.2.0 templates/app_files/app/views/hq/passwords/edit.html.haml
cybele-2.1.0 templates/app_files/app/views/hq/passwords/edit.html.haml
cybele-2.0.0 templates/app_files/app/views/hq/passwords/edit.html.haml