summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-13 20:35:57 +0200
committerJames Lopez <james@jameslopez.es>2016-06-13 20:35:57 +0200
commit903da377553d37ac3263055fcc634351cc4750d4 (patch)
tree9f8db98779f462876fd0d69739fb426fbeb40dd1 /app/views
parentf449eeb6f1d56c1a00f4d9043680ee8033a78afe (diff)
downloadgitlab-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.haml5
-rw-r--r--app/views/import/gitlab_projects/status.html.haml0
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