2014-09-02 18:07:02 +05:30
|
|
|
!!! 5
|
|
|
|
%html{ lang: "en"}
|
|
|
|
= render "layouts/head", title: "Dashboard"
|
2015-04-26 12:48:37 +05:30
|
|
|
%body{class: "#{app_theme} application", :'data-page' => body_data_page }
|
|
|
|
= render "layouts/head_panel", title: link_to("Dashboard", root_path)
|
|
|
|
= render 'layouts/page', sidebar: 'layouts/nav/dashboard'
|