Sha256: 3ba18a711d851224ecfcb1b713fd3664a70de36b835365c11cbfe61dc316fce2

Contents?: true

Size: 627 Bytes

Versions: 41

Compression:

Stored size: 627 Bytes

Contents

- content_for :page_title do
  =t :login

= form_for(resource, as: resource_name, url: '/login') do |f|
  .form-horizontal
    .control-group
      = f.label :email, class: 'control-label'
      .controls
        = f.email_field :email
    .control-group 
      = f.label :password, class: 'control-label'
      .controls
        = f.password_field :password

    - if devise_mapping.rememberable?
      .control-group
        .controls
          %label.checkbox.inline{for: 'remember_me'}
            = f.check_box :remember_me
            =t :remember_me
      .controls
        = f.submit t(:login), class: 'btn btn-primary'

Version data entries

41 entries across 41 versions & 3 rubygems

Version Path
constructor-core-0.8.19 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.18 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.17 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.16 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.15 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.14 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.13 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.12 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.11 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.10 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.8 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.7 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.6 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.5 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.4 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.3 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.2 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.1 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.8.0 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.7.10 app/views/constructor_core/sessions/new.html.haml