summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-11-27 17:38:57 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-11-27 17:38:57 +0000
commitd0b529d17a507709467cc75c607c19d465f9852d (patch)
treed27d09b0013928acb31c55f9ce8a7d61fa448eae
parent0afce35d65aa433d221e41632c6d8095ab68c39f (diff)
parent8f1355b7823992faeb46df710619378f22a4413c (diff)
downloadgitlab-ce-d0b529d17a507709467cc75c607c19d465f9852d.tar.gz
Merge branch 'dz-fix-new-project-error-message' into 'master'
Fix top padding for new project form when error message is present See merge request gitlab-org/gitlab-ce!23384
-rw-r--r--app/views/projects/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index eede8704564..10e3b01096a 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -4,10 +4,10 @@
- header_title "Projects", dashboard_projects_path
- active_tab = local_assigns.fetch(:active_tab, 'blank')
-.project-edit-container
+.project-edit-container.prepend-top-default
.project-edit-errors
= render 'projects/errors'
- .row.prepend-top-default
+ .row
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
= _('New project')