Sha256: 745d012a13269f4d955defd8c0d15c2645c06ad3e0863913202c622c0c11bd47

Contents?: true

Size: 769 Bytes

Versions: 3

Compression:

Stored size: 769 Bytes

Contents

.login
  .row
    .col-md-4.col-md-offset-4.login-form
      .heading
        span= app_name

      .row
        .col-md-12
          = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
            = f.input :reset_password_token, as: :hidden

            = f.input :password, placeholder: 'New password', required: true, autofocus: true, label: false, input_html: {class: 'login-input col-md-12'}
            = f.input :password_confirmation, placeholder: 'Confirm password', required: true, label: false, input_html: {class: 'login-input col-md-12'}

            = f.submit 'Change password', class: 'btn btn-submit'

      .infinum
        = link_to image_tag('infinum_logo.png'), 'http://www.infinum.co'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-infinum-0.11.1 examples/devise_and_omniauth_infinum/app/views/devise/passwords/edit.html.slim
omniauth-infinum-0.10.0 examples/devise_and_omniauth_infinum/app/views/devise/passwords/edit.html.slim
omniauth-infinum-0.10.1 examples/devise_and_omniauth_infinum/app/views/devise/passwords/edit.html.slim