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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-25 09:08:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-25 09:08:38 +0300
commit0ebaa8a2fd43938cee0d2074f84cdfd10f1e23d1 (patch)
treef9833e52906e746225f206e7e812d4ee7bc010f8 /app/views/projects/forks
parent6c577c9ada5398fc44bc7a040a655b7a788eb0c9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/forks')
-rw-r--r--app/views/projects/forks/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/new.html.haml b/app/views/projects/forks/new.html.haml
index 7352c3ceec5..763e31c4a8b 100644
--- a/app/views/projects/forks/new.html.haml
+++ b/app/views/projects/forks/new.html.haml
@@ -9,7 +9,7 @@
.col-lg-9
- if @namespaces.present?
.fork-thumbnail-container.js-fork-content
- %h5.gl-mt-0.append-bottom-0.prepend-left-default.append-right-default
+ %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