blob: 4e6831406e3b89616935d76f1269727a2b85175d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Dashboard"
%body{class: "#{app_theme} application"}
= render "layouts/head_panel", title: "Dashboard"
= render "layouts/flash"
%nav.main-nav
.container= render 'layouts/nav/dashboard'
.container
.content= yield
|