6 lines
284 B
Text
6 lines
284 B
Text
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head", title: "Dashboard"
|
|
%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'
|