Sha256: 1a8d51464d6e1564b65ff4ecba352826b28c5b0be8e6d67f8b5bb1c5b13f74f8

Contents?: true

Size: 732 Bytes

Versions: 5

Compression:

Stored size: 732 Bytes

Contents

#admin-devise-page
  .row.justify-content-center
    .card
      .card-header
        %h3.text-center
          = t('devise.password.new.title')
      .card-body
        = simple_form_for resource,
                          as: resource_name,
                          url: password_path(resource_name),
                          html: { method: :post } do |f|
          = f.error_notification
          .form-inputs
            = f.input :email, required: true, autofocus: true
          .form-actions
            = f.button :submit,
                       t('devise.password.reset.instructions'),
                       class: 'btn btn-primary btn-block'
        %br/
        .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/hq/passwords/new.html.haml
cybele-2.3.1 templates/app_files/app/views/hq/passwords/new.html.haml
cybele-2.2.0 templates/app_files/app/views/hq/passwords/new.html.haml
cybele-2.1.0 templates/app_files/app/views/hq/passwords/new.html.haml
cybele-2.0.0 templates/app_files/app/views/hq/passwords/new.html.haml