Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/forks/new.html.haml')
-rw-r--r--app/views/projects/forks/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/forks/new.html.haml b/app/views/projects/forks/new.html.haml
index 763e31c4a8b..887081d0f35 100644
--- a/app/views/projects/forks/new.html.haml
+++ b/app/views/projects/forks/new.html.haml
@@ -1,6 +1,6 @@
- page_title _("Fork project")
-.row.prepend-top-default
+.row.gl-mt-3
.col-lg-3
%h4.gl-mt-0
= _("Fork project")
@@ -9,13 +9,13 @@
.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
+ %h5.gl-mt-0.gl-mb-0.gl-ml-3.gl-mr-3
= _("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
+ %p.gl-mt-3
= _("You must have permission to create a project in a namespace before forking.")