Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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"