7754189187
Didn't bother with files in db/, config/, or features/
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head"
|
|
%body{class: "#{app_theme} application"}
|
|
= render "layouts/flash"
|
|
= render "layouts/head_panel", title: "Dashboard"
|
|
.container
|
|
= render partial: "layouts/app_menu"
|
|
.content
|
|
= yield
|