summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
blob: a0c82380023ba387793b6c13720375e3392655d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title       @project.full_name
- page_description @project.description_html unless page_description
- header_title     project_title(@project)   unless header_title
- nav              "project"
- display_subscription_banner!
- display_namespace_storage_limit_alert!
- @left_sidebar = true

- content_for :project_javascripts do
  - project = @target_project || @project
  - if current_user
    = javascript_tag nonce: true do
      :plain
        window.uploads_path = "#{project_uploads_path(project)}";

= render template: "layouts/application"