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.9.5 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.0.beta.4 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.0.beta.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.9.0.beta.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.8.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.8.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.8.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.8.0.beta.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.8.0.beta.2 app/views/push_type/sessions/new.html.haml
push_type_auth-0.8.0.beta.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.7.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.7.0.beta.1 app/views/push_type/sessions/new.html.haml
push_type_auth-0.6.0 app/views/push_type/sessions/new.html.haml
push_type_auth-0.6.0.beta.4 app/views/push_type/sessions/new.html.haml
push_type_auth-0.6.0.beta.3 app/views/push_type/sessions/new.html.haml
push_type_auth-0.6.0.beta.2 app/views/push_type/sessions/new.html.haml