mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 02:56:06 +10:00
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head"
|
|
%body.ui_basic.login-page
|
|
= render "layouts/flash"
|
|
.container
|
|
.content
|
|
%center
|
|
= image_tag image_path "login-logo.png"
|
|
= yield
|