BigW Consortium Gitlab

preview.html.haml 787 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
- page_title "Preview | Appearance"
%h3.page-title
  Appearance settings - Preview
%hr

.ui-box
  .title
    Sign-in page
  %div
    .login-page
      .container
        .content
          .login-title
            %h1= brand_title
      %hr
      .container
        .content
          .row
            .col-sm-7
              .brand-image
                = brand_image
              .brand_text
                = brand_text
            .col-sm-4
              .login-box
                %h3.page-title Sign in
                = text_field_tag :login, nil, class: "form-control top", placeholder: "Username or Email"
                = password_field_tag :password, nil, class: "form-control bottom", placeholder: "Password"
                = button_tag "Sign in", class: "btn-create btn"