Sha256: 49bee74bee7a51c0fb42e43693f675c8fce36833a560654c510d5664d421bd6b

Contents?: true

Size: 1.31 KB

Versions: 37

Compression:

Stored size: 1.31 KB

Contents

!!!
%html.ra-login{ lang: 'en' }
  %head
    %meta{ charset: 'UTF-8'}
    %title Вход на сайт | Административная панель
    = stylesheet_link_tag 'admin'
    = javascript_include_tag "admin"
    = csrf_meta_tag
  %body.ra-login__body
    %table.ra-login__table
      %tr
        %td.ra-login__cell
          .ra-login__main.main
            .page-header
              .page-header__title Административная панель
            .main__content
              = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
                .ra-login__field
                  = f.label :email, 'E-mail', class: 'ra-login__label'
                  %br
                  = f.email_field :email, class: 'inp ra-login__inp'
                .ra-login__field
                  = f.label :password, 'Пароль', class: 'ra-login__label'
                  %br
                  = f.password_field :password, size: 35, class: 'inp ra-login__inp'
                - if devise_mapping.rememberable?
                  .ra-login__field
                    = f.check_box :remember_me
                    = f.label :remember_me, 'Оставаться в системе', class: 'ra-login__label'
                .ra-login__actions
                  = f.submit 'Войти', class: 'sbm'

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
redde-0.4.4 app/views/layouts/login.html.haml
redde-0.4.3 app/views/layouts/login.html.haml
redde-0.4.2 app/views/layouts/login.html.haml
redde-0.4.1 app/views/layouts/login.html.haml
redde-0.4.0 app/views/layouts/login.html.haml
redde-0.3.39 app/views/layouts/login.html.haml
redde-0.3.38 app/views/layouts/login.html.haml
redde-0.3.37 app/views/layouts/login.html.haml
redde-0.3.36 app/views/layouts/login.html.haml
redde-0.3.35 app/views/layouts/login.html.haml
redde-0.3.34 app/views/layouts/login.html.haml
redde-0.3.33 app/views/layouts/login.html.haml
redde-0.3.32 app/views/layouts/login.html.haml
redde-0.3.31 app/views/layouts/login.html.haml
redde-0.3.30 app/views/layouts/login.html.haml
redde-0.3.29 app/views/layouts/login.html.haml
redde-0.3.28 app/views/layouts/login.html.haml
redde-0.3.27 app/views/layouts/login.html.haml
redde-0.3.26 app/views/layouts/login.html.haml
redde-0.3.25 app/views/layouts/login.html.haml