summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
blob: 49123744ffa4d41c54f52087cf6f137f01a56eb5 (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: "Dashboard"
  %body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page }
    = render "layouts/head_panel", title: link_to("Dashboard", root_path)
    = render 'layouts/page', sidebar: 'layouts/nav/dashboard'