Sha256: cad8963c27abc5f382d761659bde63a9d845827093b7eba7a4c9d40be9140ded

Contents?: true

Size: 1.42 KB

Versions: 3

Compression:

Stored size: 1.42 KB

Contents

.container
  / Outer Row
  .row.justify-content-center
    .col-xl-10.col-lg-12.col-md-9
      .card.card-default.o-hidden.border-0.shadow-lg.my-5
        .card-body.p-0
          / Nested Row within Card Body
          .row
            .col-lg-6.d-none.d-lg-block.bg-password-image
            .col-lg-6
              .p-5
                .text-center
                  %h1.h4.text-gray-900.mb-2
                    Forgot Your Password?
                  %p.mb-4
                    We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!
                .small
                  = haml :'partials/notifications'
                = form_tag("#{settings.map_path}/auth/forgot-password", attributes: { class: 'user' }) do
                  .form-group
                    %input.form-control.form-control-user{ name: 'email', type: 'email',  placeholder: 'Enter Email Address...' }
                  %button.btn.btn-primary.btn-user.btn-block{ type: 'submit' }
                    Reset Password
                %hr
                - if policy(::Ditty::User).register?
                  .text-center
                    %a.small{ href: "#{settings.map_path}/auth/register" } Create an Account!
                .text-center
                  %a.small{ href: "#{settings.map_path}/auth/login" } Already have an account? Login!

      .row.justify-content-center
        .col-xl-10.col-lg-12.col-md-9

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ditty-0.11.1 views/auth/forgot_password.haml
ditty-0.10.2 views/auth/forgot_password.haml
ditty-0.10.1 views/auth/forgot_password.haml