Sha256: d6b4520ab4cf1d991518b163eca7870c2bb7db3eed744dbb7143b98bf9b89c46

Contents?: true

Size: 692 Bytes

Versions: 16

Compression:

Stored size: 692 Bytes

Contents

.sessions-new
  .col-md-4.col-md-offset-4
    %h1.black Log in

    = form_for(resource, as: resource_name, url: session_path(resource_name), html: { class: 'form-control' }) do |f|
      .form-group
        = f.label :email, class: 'control-label'
        %br
        = f.email_field :email, autofocus: true, class: 'form-control'

      .form-group
        = f.label :password, class: 'control-label'
        %br
        = f.password_field :password, autocomplete: "off", class: 'form-control'

      - if devise_mapping.rememberable?
        .field
          = f.check_box :remember_me
          = f.label :remember_me

      .actions
        = f.submit "Log in", class: 'btn btn-default'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev app/views/devise/sessions/new.html.haml
aleph_analytics-0.4.8 app/views/devise/sessions/new.html.haml
aleph_analytics-0.4.7 app/views/devise/sessions/new.html.haml
aleph_analytics-0.4.4 app/views/devise/sessions/new.html.haml
aleph_analytics-0.4.2 app/views/devise/sessions/new.html.haml
aleph_analytics-0.4.1 app/views/devise/sessions/new.html.haml
aleph_analytics-0.3.0 app/views/devise/sessions/new.html.haml
aleph_analytics-0.2.0 app/views/devise/sessions/new.html.haml
aleph_analytics-0.1.0 app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.6 app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.5 app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.4 app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.3 app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.2 app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.1.alpha app/views/devise/sessions/new.html.haml
aleph_analytics-0.0.0.alpha app/views/devise/sessions/new.html.haml