summaryrefslogtreecommitdiff
path: root/app/views/import
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-03 11:47:27 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-08-03 11:47:27 +0100
commita5b0584dab118f1022f05d85f6b505e5138507bd (patch)
treec2733ce17fcbd72ad040c695f44c60042636bbf2 /app/views/import
parent5ef3b22e86a9662476ca7a21485e68a959921b9d (diff)
downloadgitlab-ce-a5b0584dab118f1022f05d85f6b505e5138507bd.tar.gz
Fix repo by url styles
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 2049b5dd249..294de4572bd 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 import-project', multipart: true do |f|
+= form_for import_gitlab_project_path, html: { class: 'new_project' }, multipart: true do |f|
.row
.form-group.col-xs-12.col-sm-6
= f.label :namespace_id, class: 'label-light' do