2021-04-17 20:07:23 +05:30
|
|
|
- page_title s_("ForkProject|Fork project")
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2022-05-07 20:08:51 +05:30
|
|
|
#fork-groups-mount-element{ data: { fork_illustration: image_path('illustrations/project-create-new-sm.svg'),
|
|
|
|
endpoint: new_project_fork_path(@project, format: :json),
|
|
|
|
new_group_path: new_group_path,
|
|
|
|
project_full_path: project_path(@project),
|
|
|
|
visibility_help_path: help_page_path("public_access/public_access"),
|
|
|
|
project_id: @project.id,
|
|
|
|
project_name: @project.name,
|
|
|
|
project_path: @project.path,
|
|
|
|
project_description: @project.description,
|
|
|
|
project_visibility: @project.visibility,
|
|
|
|
restricted_visibility_levels: Gitlab::CurrentSettings.restricted_visibility_levels.to_json } }
|