gitlab-org--gitlab-foss/app/views/layouts/errors.html.haml
Dmitriy Zaporozhets 8307704c2d
Improve error page layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-24 15:57:38 +03:00

9 lines
267 B
Text

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