Sha256: 8a32e4e35e7c1f6d2d319971e1237f6d2c51ce4887be546c25d89151e2239ed2

Contents?: true

Size: 746 Bytes

Versions: 15

Compression:

Stored size: 746 Bytes

Contents

- content_for :page_title do
  Вход на сайт

= 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
            Запомнить меня
      .controls
        = f.submit "Войти", :class => "btn btn-primary"

- content_for :sidebar do
  //= render :partial => "devise/shared/links"

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
constructor-core-0.3.3 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.3.2 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.3.1 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.3.0 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.14 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.12 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.11 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.10 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.9 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.8 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.6 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.5 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.4 app/views/constructor_core/sessions/new.html.haml
constructor-core-0.2.1 app/views/constructor_core/sessions/new.html.haml
constructor-cms-0.2.1 core/app/views/constructor_core/sessions/new.html.haml