gitlab-org--gitlab-foss/app/views/layouts/errors.html.haml

10 lines
283 B
Plaintext
Raw Normal View History

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