summaryrefslogtreecommitdiff
path: root/app/views/import
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-15 10:37:17 +0200
committerJames Lopez <james@jameslopez.es>2016-06-15 10:37:17 +0200
commitcbd0201fdb9d233da6c48b5ba419e7ea51c85f79 (patch)
tree4236ca6a82fc19c4bafcf9a98fe9a8e15882832e /app/views/import
parent7019a19b8c5ef3e340a04ff7870f31ac00689ca3 (diff)
downloadgitlab-ce-cbd0201fdb9d233da6c48b5ba419e7ea51c85f79.tar.gz
fixing specs and some code cleanup
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/gitlab_projects/new.html.haml8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml
index 1e7a65715b0..d0ef7a534e6 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -7,10 +7,14 @@
= form_tag import_gitlab_project_path, class: 'form-horizontal', multipart: true do
%p
- Project will be imported to path #{@path}
+ Project will be imported to path
+ %strong
+ #{@path}
%p
- To get started add your exported project file below:
+ To get started add your exported project file below, then you will be redirected to the new project page and the project will appear once the import is done.
+ %p
+ You can generate a new export file from your project settings.
.form-group
= hidden_field_tag :namespace_id, @namespace_id
= hidden_field_tag :path, @path