summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
blob: 4aeb9d397d2aa73a504077a6e3d2dc21eb241660 (plain)
1
2
3
4
5
6
7
8
- page_title    @project.name_with_namespace
- header_title  project_title(@project)
- sidebar       "project" unless sidebar

- content_for :embedded_scripts do
  = render "layouts/init_auto_complete" if current_user

= render template: "layouts/application"