Sha256: 2d39a236c5809f7c1d6f63af4dcae4106d53d30ef060bdd384fdea1118a537b0

Contents?: true

Size: 995 Bytes

Versions: 1

Compression:

Stored size: 995 Bytes

Contents

%body
  - @title = "Resend unlock instructions"
  #main.devise-1
    .container-fluid
      .row
        %header.text-center
          %h1= app_name
          %p.p-0.m-0 Unlock My Account
      .row.mt-5
        .col-12.col-md-6.mr-auto.ml-auto
          .card
            .card-body
              .container
                = form_for resource, as: resource_name, url: unlock_path(resource_name), |
                  html: { method: :post, class: "form-horizontal" } do |f|               |
                  = f.error_notification
                  = f.form_group :email, class: "row" do |f|
                    = f.label :email, class: "form-label"
                    = f.email_field :email, autofocus: true, class: "form-control"
                    = f.error_messages
                  .row.d-flex.align-items-center.mt-5
                    = link_to "Sign in?", new_session_path(resource_name)
                    = f.submit "Resend unlock instructions", class: 'btn btn-primary ml-auto'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 app/views/devise/haml/unlocks/new.html.haml