blob: 820cb9eea47ae32443a98c5960335a90bcdb3122 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- 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!
- @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"
|