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:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-03 13:37:08 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-08-03 13:37:08 +0300
commit5ef3b22e86a9662476ca7a21485e68a959921b9d (patch)
tree455a878fd4ec1fca03a197e44250ef85121410d5 /app/views/import
parentba7c65a648d568b1788a4f97b893615c58febca9 (diff)
Style or separator according to review
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/gitlab_projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml
index e20e31e0b32..2049b5dd249 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -5,7 +5,7 @@
Import an exported GitLab project
%hr
-= form_for import_gitlab_project_path, class: 'form-horizontal', multipart: true do |f|
+= form_for import_gitlab_project_path, class: 'form-horizontal import-project', multipart: true do |f|
.row
.form-group.col-xs-12.col-sm-6
= f.label :namespace_id, class: 'label-light' do