summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-07 18:51:30 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-08-07 18:51:30 +0100
commitae5003a35ef47bbdafc51e3e9d0f27039f9d20a2 (patch)
treeffcc8c2ddd080a572a56caf2a2948fe90ebdfc0b /app/views
parent036ee515d418b99181d5e610e40a7ab527a8a9ce (diff)
downloadgitlab-ce-ae5003a35ef47bbdafc51e3e9d0f27039f9d20a2.tar.gz
Fix html structure
Removes test for removed behavior
Diffstat (limited to 'app/views')
-rw-r--r--app/views/import/gitlab_projects/new.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml
index d99da464ad1..008e8287aa3 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -8,11 +8,10 @@
Import an exported GitLab project
%hr
-= form_tag import_gitlab_project_path, html: { class: 'new_project' }, multipart: true do
+= form_tag import_gitlab_project_path, class: 'new_project', multipart: true do
.row
.form-group.col-xs-12.col-sm-6
- .span
- = label_tag :namespace_id, 'Project path', class: 'label-light'
+ = label_tag :namespace_id, 'Project path', class: 'label-light'
.form-group
.input-group
- if current_user.can_select_namespace?