Sha256: 73002e10b580c23b6a50e2b839d7a57f168dd9d0230b9487c1e5b19a3e7d9560

Contents?: true

Size: 626 Bytes

Versions: 14

Compression:

Stored size: 626 Bytes

Contents

- title 'Sign in'

= form_for @user, url: push_type_admin.user_session_path do |f|
  .row.text
    .columns
      = f.label :email
      = f.email_field :email, autofocus: true
  .row.text
    .columns
      = f.label :password
      = f.password_field :password, autocomplete: "off"
  - if devise_mapping.rememberable?
    .row.text
      .columns
        = f.check_box :remember_me
        = f.label :remember_me
  .row.submit
    .columns
      %button.button.success.expand.radius{ data: { disable_with: 'Please wait...' } }
        = ficon :check, 'Sign in'

- content_for :auth_links do
  = render 'devise/shared/links'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
push_type_auth-0.12.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.12.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.12.0.beta.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.11.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.11.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.11.0.beta.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.11.0.beta.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.4 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.0.beta.5 app/views/push_type/sessions/new.html.haml
push_type_auth-0.10.0.beta.3 app/views/push_type/sessions/new.html.haml