Sha256: 53406a05d15b920c78b9ace7eccbbe8a117ed941875e587b74190f2bbe7f3cf1

Contents?: true

Size: 617 Bytes

Versions: 8

Compression:

Stored size: 617 Bytes

Contents

- @title = "Sign In"
.container
  .row
    .center_panel
      .panel.panel-default.only
        .panel-heading
          Sign in

        .panel-body

          = form_for resource, as: resource_name, url: session_path(resource_name), layout: :horizontal do |f|

            = f.email_field :email, autofocus: true
            = f.password_field :password, autocomplete: "off"

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

            = f.submit "Sign in", :class=>'btn btn-primary form-control'

          %p.text-right
            = render partial: "devise/shared/links"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
happy_seed-0.0.19 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml