gitlabhq/app/views/layouts/errors.html.haml

11 lines
270 B
Plaintext
Raw Normal View History

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