gitlab-org--gitlab-foss/app/views/layouts/errors.html.haml
2013-07-29 16:50:00 +03:00

10 lines
286 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
.content
%center.padded.prepend-top-20
= yield