gitlabhq/app/views/layouts/application.html.haml

11 lines
266 B
Plaintext
Raw Normal View History

2012-02-09 08:59:04 +01:00
!!! 5
%html{ lang: "en"}
2012-02-09 08:59:04 +01:00
= render "layouts/head"
%body{class: "#{app_theme} application"}
= render "layouts/flash"
= render "layouts/head_panel", title: "Dashboard"
.container
= render partial: "layouts/app_menu"
2012-01-27 23:51:02 +01:00
.content
= yield