gitlab-org--gitlab-foss/app/views/layouts/errors.html.haml
Dmitriy Zaporozhets 46e3d13eac
More fixes to header css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-01 16:36:26 +02:00

9 lines
233 B
Text

!!! 5
%html{ lang: "en"}
= render "layouts/head"
%body{class: "#{app_theme} application"}
= render "layouts/empty_head_panel"
.container.navless-container
= render "layouts/flash"
.error-page
= yield