project.html.haml 281 Bytes Edit Raw Blame History 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