blob: 222ca02b1dfcf6fef6cee6697f4c380dda93b3ac (
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 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"
|