debian-mirror-gitlab/app/views/layouts/errors.html.haml

10 lines
241 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
%html{ lang: "en"}
2015-09-11 14:41:01 +05:30
= render "layouts/head"
%body{class: "#{user_application_theme} application"}
= render "layouts/header/empty"
2014-09-02 18:07:02 +05:30
.container.navless-container
2015-04-26 12:48:37 +05:30
= render "layouts/flash"
2014-09-02 18:07:02 +05:30
.error-page
= yield