BigW Consortium Gitlab

application.html.haml 278 Bytes
Newer Older
Dmitriy Zaporozhets committed
1 2 3
!!! 5
%html{ :lang => "en"}
  = render "layouts/head"
4
  %body{:class => "#{app_theme} application"}
5 6
    = render "layouts/flash"
    = render "layouts/head_panel", :title => "Dashboard"
7
    .container
8
      = render :partial => "layouts/app_menu"
9
      .content
10
        = yield