Sha256: eeb3aa99b1811fef9bedb9ac6b492fe9b03086172e2eddfe6d0e62da2dfca1d7

Contents?: true

Size: 967 Bytes

Versions: 1

Compression:

Stored size: 967 Bytes

Contents

- @title = "Forgot your password?"
#main.devise
  .container-fluid
    .row
      %header.text-center
        %h1
          = app_name
        %p.p0.m0 Login
    .row.mt20
      = form_for resource, as: resource_name, url: password_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 "Send me reset password 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
            %a{:href => "/users/sign_in"} Sign in

Version data entries

1 entries across 1 versions & 1 rubygems

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