From 5ef3b22e86a9662476ca7a21485e68a959921b9d Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 3 Aug 2017 11:37:08 +0100 Subject: Style or separator according to review --- app/views/import/gitlab_projects/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/import') 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 -- cgit v1.2.1