Sha256: dd9b518ecdc2820af419adff45c36a90a44859c18e7e471d7b5f94865e5471db

Contents?: true

Size: 610 Bytes

Versions: 6

Compression:

Stored size: 610 Bytes

Contents

.row
  .col-lg-4.col-md-offset-4
    %h2 Log in
    = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
      %div.form-group
        = f.label :email
        %br/
        = f.email_field :email, autofocus: true, class: 'form-control'
      %div.form-group
        = f.label :password
        %br/
        = f.password_field :password, autocomplete: "off", class: 'form-control'
      - if devise_mapping.rememberable?
        %div
          = f.check_box :remember_me
          = f.label :remember_me
      %div= f.submit "Log in", class: 'btn'
    = render "devise/shared/links"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
theblog-0.0.2.3 app/views/devise/sessions/new.html.haml
theblog-0.0.2.2 app/views/devise/sessions/new.html.haml
theblog-0.0.2.1 app/views/devise/sessions/new.html.haml
theblog-0.0.2 app/views/devise/sessions/new.html.haml
theblog-0.0.1.1 app/views/devise/sessions/new.html.haml
theblog-0.0.1 app/views/devise/sessions/new.html.haml