blob: d9843c65fce905300e8d9ce0c6ed9c6c5804af01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
!!! 5
%html{ :lang => "en"}
= render "layouts/head"
%body{:class => "#{app_theme} project"}
= render "layouts/flash"
= render "layouts/head_panel", :title => @project.name
.container
= render :partial => "layouts/project_menu"
.content
= yield
|