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

12 lines
269 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} project"}
= render "layouts/flash"
= render "layouts/head_panel", title: @project.name
.container
= render partial: "layouts/project_menu"
2012-01-28 00:49:14 +01:00
.content
2012-03-03 12:03:03 +01:00
= yield
2012-01-28 00:49:14 +01:00