diff options
author | James Lopez <james@jameslopez.es> | 2016-06-13 20:35:57 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-06-13 20:35:57 +0200 |
commit | 903da377553d37ac3263055fcc634351cc4750d4 (patch) | |
tree | 9f8db98779f462876fd0d69739fb426fbeb40dd1 /app/views | |
parent | f449eeb6f1d56c1a00f4d9043680ee8033a78afe (diff) | |
download | gitlab-ce-903da377553d37ac3263055fcc634351cc4750d4.tar.gz |
WIP - starting refactoring import/export to use services
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/import/gitlab_projects/new.html.haml | 5 | ||||
-rw-r--r-- | app/views/import/gitlab_projects/status.html.haml | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml index d93ae42c1bf..1e7a65715b0 100644 --- a/app/views/import/gitlab_projects/new.html.haml +++ b/app/views/import/gitlab_projects/new.html.haml @@ -1,12 +1,15 @@ - page_title "GitLab Import" - header_title "Projects", root_path %h3.page-title - %i.fa.fa-gitlab + = icon('gitlab') Import projects from GitLab %hr = form_tag import_gitlab_project_path, class: 'form-horizontal', multipart: true do %p + Project will be imported to path #{@path} + + %p To get started add your exported project file below: .form-group = hidden_field_tag :namespace_id, @namespace_id diff --git a/app/views/import/gitlab_projects/status.html.haml b/app/views/import/gitlab_projects/status.html.haml deleted file mode 100644 index e69de29bb2d..00000000000 --- a/app/views/import/gitlab_projects/status.html.haml +++ /dev/null |