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

.row.prepend-top-default
  .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.").html_safe
  .col-lg-9
    - if @namespaces.present?
      .fork-thumbnail-container.js-fork-content
        %h5.gl-mt-0.gl-mb-0.prepend-left-default.append-right-default
          = _("Select a namespace 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.")