gitlab-org--gitlab-foss/app/views/layouts/project.html.haml

12 lines
269 B
Text
Raw Normal View History

2012-02-09 02:59:04 -05:00
!!! 5
%html{ lang: "en"}
2012-02-09 02:59:04 -05:00
= render "layouts/head"
%body{class: "#{app_theme} project"}
= render "layouts/flash"
= render "layouts/head_panel", title: @project.name
.container
= render partial: "layouts/project_menu"
2012-01-27 18:49:14 -05:00
.content
2012-03-03 06:03:03 -05:00
= yield
2012-01-27 18:49:14 -05:00