2012-02-09 02:59:04 -05:00
|
|
|
!!! 5
|
2012-08-10 18:07:50 -04:00
|
|
|
%html{ lang: "en"}
|
2012-11-28 12:40:54 -05:00
|
|
|
= render "layouts/head", title: "Dashboard"
|
2015-02-25 02:26:32 -05:00
|
|
|
%body{class: "#{app_theme} application", :'data-page' => body_data_page }
|
2015-02-13 08:31:42 -05:00
|
|
|
= render "layouts/head_panel", title: link_to("Dashboard", root_path)
|
2014-12-20 18:11:08 -05:00
|
|
|
= render 'layouts/page', sidebar: 'layouts/nav/dashboard'
|