Sha256: 4c18a4acf44207bc95479432d1be831c23ec39dd2b9b8ee002cd025b264ac34d

Contents?: true

Size: 620 Bytes

Versions: 40

Compression:

Stored size: 620 Bytes

Contents

- title 'Sign in'

= form_for @user, url: push_type.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

40 entries across 40 versions & 1 rubygems

Version Path
push_type_auth-0.6.0.beta.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.0.alpha.5 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.0.alpha.4 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.0.alpha.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.0.alpha.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.5.0.alpha.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.4.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.4.0.beta.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.3.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.3.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.2.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.2.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.2.0.beta2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.1.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.1.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.1.0.beta3 app/views/push_type/sessions/new.html.haml