gitlab-org--gitlab-foss/app/views/layouts/errors.html.haml
2014-12-15 13:21:26 -06:00

9 lines
283 B
Text

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