Sha256: fb0238646641ce9065904f18d77c999c038a350d75a8e3f4b5c0109c4e1be2da

Contents?: true

Size: 977 Bytes

Versions: 1

Compression:

Stored size: 977 Bytes

Contents

- @title = "Resend unlock instructions"
#main.devise
  .container-fluid
    .row
      %header.text-center
        %h1
          = app_name
        %p.p0.m0 Unlock My Account
    .row.mt20
      = form_for resource, as: resource_name, url: unlock_path(resource_name),                      |
        html: { method: :post, class: "form-horizontal col-xs-12 col-md-6 col-md-offset-3" } do |f| |
        = f.error_notification
        .sheet.form-sheet.form-inputs
          .sheet-inner
            = f.form_group :email do |f|
              = f.label :email, class: "form-label"
              = f.email_field :email, autofocus: true, class: ""
              = f.error_messages
        .form-actions.text-right
          = f.submit "Resend unlock instructions", class: 'btn btn-primary mr15'
    .row.mt50
      .col-xs-12.col-sm-12.col-md-6.col-md-offset-3.text-right
        %ul.list-unstyled.options
          %li.col-xs-12= link_to "Sign in", new_session_path(resource_name)

Version data entries

1 entries across 1 versions & 1 rubygems

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