summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
blob: abf73bcc70957c4509687ead96de4ffb826a107e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title    @project.name_with_namespace
- header_title  project_title(@project) unless header_title
- sidebar       "project"               unless sidebar

- content_for :scripts_body_top do
  - project = @target_project || @project
  - if current_user
    :javascript
      window.project_uploads_path = "#{namespace_project_uploads_path project.namespace,project}";
      window.markdown_preview_path = "#{markdown_preview_namespace_project_path(project.namespace, project)}";

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

= render template: "layouts/application"