2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Fork project"
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
.row.prepend-top-default
|
|
|
|
.col-lg-3
|
|
|
|
%h4.prepend-top-0
|
|
|
|
Fork project
|
|
|
|
%p
|
|
|
|
A fork is a copy of a project.
|
2015-10-24 18:46:33 +05:30
|
|
|
%br
|
2016-08-24 12:49:21 +05:30
|
|
|
Forking a repository allows you to make changes without affecting the original project.
|
|
|
|
.col-lg-9
|
2018-03-17 18:26:18 +05:30
|
|
|
- if @namespaces.present?
|
|
|
|
.fork-thumbnail-container.js-fork-content
|
|
|
|
%h5.prepend-top-0.append-bottom-0.prepend-left-default.append-right-default
|
|
|
|
Click to fork the project
|
|
|
|
- @namespaces.each do |namespace|
|
|
|
|
= render 'fork_button', namespace: namespace
|
|
|
|
- else
|
|
|
|
%strong
|
|
|
|
No available namespaces to fork the project.
|
|
|
|
%p.prepend-top-default
|
|
|
|
You must have permission to create a project in a namespace before forking.
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
.save-project-loader.hide.js-fork-content
|
|
|
|
%h2.text-center
|
|
|
|
= icon('spinner spin')
|
|
|
|
Forking repository
|
|
|
|
%p.text-center
|
|
|
|
Please wait a moment, this page will automatically refresh when ready.
|