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

12 lines
291 B
Plaintext
Raw Normal View History

!!! 5
%html{ :lang => "en"}
= render "layouts/head"
2012-03-01 20:23:50 +01:00
%body{:class => "#{app_theme} application"}
= render "layouts/flash"
= render "layouts/head_panel", :title => ""
.container
%nav.main_menu
= render "layouts/const_menu_links"
.content
%h3= yield