summaryrefslogtreecommitdiff
path: root/app/views/projects/forks/new.html.haml
blob: 45d314a10887fc8f30639d7ba222d799848919e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- page_title _("Fork project")

.row.gl-mt-3
  .col-lg-3
    %h4.gl-mt-0
      = _("Fork project")
    %p
      = _("A fork is a copy of a project.")
      %br
      = _('Forking a repository allows you to make changes without affecting the original project.')
  .col-lg-9
    - if @own_namespace.present?
      .fork-thumbnail-container.js-fork-content
        %h5.gl-mt-0.gl-mb-0.gl-ml-3.gl-mr-3
          = _("Select a namespace to fork the project")
        = render 'fork_button', namespace: @own_namespace
    #fork-groups-mount-element{ data: { endpoint: new_project_fork_path(@project, format: :json), can_create_project: current_user.can_create_project?.to_s } }