mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 21:16:06 +10:00
# Conflicts: # app/controllers/groups/application_controller.rb # app/services/test_hook_service.rb # app/views/admin/groups/show.html.haml # app/views/groups/_settings_nav.html.haml # app/views/groups/show.html.haml # app/views/layouts/_head.html.haml # app/views/projects/_settings_nav.html.haml # db/schema.rb # features/project/project.feature # features/steps/project/project.rb
30 lines
787 B
Plaintext
30 lines
787 B
Plaintext
- 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"
|