summaryrefslogtreecommitdiff
path: root/app/views/import
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-26 17:12:50 +0200
committerJames Lopez <james@jameslopez.es>2016-04-26 17:12:50 +0200
commitcbbc42e0c4e5888413a690a4e0760e3cadd55a63 (patch)
tree0207565a8c4120916936439f209d213ddf06fb92 /app/views/import
parent1d4c3fa1507fdfdecdc15091ac8ef8d9f5fb63d9 (diff)
downloadgitlab-ce-cbbc42e0c4e5888413a690a4e0760e3cadd55a63.tar.gz
adding more UI changes, updated controller, worker and refactored import service
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 9e798b8a63f..323b7810c59 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -5,7 +5,7 @@
Import projects from FogBugz
%hr
-= form_tag import_gitlab_project_path, class: 'form-horizontal' do
+= form_tag import_gitlab_project_path, class: 'form-horizontal', multipart: true do
%p
To get started you add your project export file below.
.form-group