Sha256: 1818f1248c0959c363fd9cc1baea63caf6ea8f1c93312025c04e25565ead4222

Contents?: true

Size: 859 Bytes

Versions: 1

Compression:

Stored size: 859 Bytes

Contents

.container
  .row
    .profile.center
      = panel title: 'Log in', context: :primary do
        = simple_form_for(resource, as: resource_name, url: session_path(resource_name), html: { class: 'form-horizontal' }, wrapper: :horizontal_form, wrapper_mappings: { check_boxes: :horizontal_radio_and_checkboxes, boolean: :horizontal_boolean } ) do |f|
          .panel-body
            = f.error_notification

            = f.input :email, required: true, autofocus: true
            = f.input :password, required: true, hint: ("#{@minimum_password_length} characters minimum" if @minimum_password_length)
            = f.input :remember_me, as: :boolean if devise_mapping.rememberable?
          .panel-footer
            .buttons
              = f.button :submit, "Log in", class: "btn-primary"

            .links
              = render "devise/shared/links"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
happy_seed-0.0.21 lib/generators/happy_seed/devise/templates/app/views/devise/sessions/new.html.haml