mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head"
|
|
%body{class: "#{user_application_theme} application navless"}
|
|
= render "layouts/header/empty"
|
|
.container.navless-container
|
|
= render "layouts/flash"
|
|
.error-page
|
|
= yield
|