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

8 lines
367 B
Text
Raw Normal View History

2012-02-09 02:59:04 -05:00
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: project_head_title
2014-12-14 20:01:59 -05:00
%body{class: "#{app_theme} #{theme_type} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
2012-12-12 05:02:29 -05:00
= render "layouts/head_panel", title: project_title(@project)
= render "layouts/init_auto_complete"
= render 'layouts/page', sidebar: 'layouts/nav/project'