Sha256: 9b827059f1d0d9fb034eedae7375099db1a8ff96ae06ac97568cc69755ddb12a

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

.auth
  .auth__form-inner
    .header-log
      = image_tag('cm.png', alt: 'logo image')
    h2.header-title FORGOT YOUR PASSWORD
    = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
      .field-100
        .field-100__item
        = f.input :email, required: true, autofocus: true,
                    input_html: { autocomplete: "email" }
      .field-100
        = f.button :submit, "Send me reset password instructions", class: 'btn btn-primary get-start-btn'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cm-admin-0.2.0 lib/generators/cm_admin/templates/views/reset_password.erb