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

10 lines
270 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Error"
2015-04-26 12:48:37 +05:30
%body{class: "#{app_theme} application"}
2014-09-02 18:07:02 +05:30
= render "layouts/head_panel", title: "" if current_user
.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