diff options
author | James Lopez <james@jameslopez.es> | 2016-04-26 13:01:51 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-04-26 13:01:51 +0200 |
commit | 1d4c3fa1507fdfdecdc15091ac8ef8d9f5fb63d9 (patch) | |
tree | 029ce6333288f96a4eedc76d99c4589cd3123bf2 /app/views/import | |
parent | 28b0208e93cbc949e1c733c60ec577740d824623 (diff) | |
download | gitlab-ce-1d4c3fa1507fdfdecdc15091ac8ef8d9f5fb63d9.tar.gz |
more refactoring, now using custom job for processing project imports
Diffstat (limited to 'app/views/import')
-rw-r--r-- | app/views/import/gitlab_projects/new.html.haml | 2 |
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 64ea536698d..9e798b8a63f 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 status_import_gitlab_project_url, class: 'form-horizontal' do += form_tag import_gitlab_project_path, class: 'form-horizontal' do %p To get started you add your project export file below. .form-group |