gitlabhq/app/views/layouts/errors.html.haml
2013-02-28 11:06:52 +02:00

11 lines
270 B
Plaintext

!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Error"
%body{class: "#{app_theme} application"}
= render "layouts/head_panel", title: ""
= render "layouts/flash"
.container
.content
%center.padded.prepend-top-20
= yield