summaryrefslogtreecommitdiff
path: root/app/views/import
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-04 11:10:25 +0200
committerJames Lopez <james@jameslopez.es>2016-05-04 11:10:25 +0200
commite5ee7e8692b8c9530cef61f3b4ce14f8bf278452 (patch)
treef32a7075d907879767efadd139428d20de79fdcf /app/views/import
parent6cf88ce4808b78aca6a225272e105ebce88a1d76 (diff)
downloadgitlab-ce-e5ee7e8692b8c9530cef61f3b4ce14f8bf278452.tar.gz
typos in export page
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/gitlab_projects/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml
index e8e1c02d441..d93ae42c1bf 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -1,18 +1,18 @@
- page_title "GitLab Import"
- header_title "Projects", root_path
%h3.page-title
- %i.fa.fa-bug
+ %i.fa.fa-gitlab
Import projects from GitLab
%hr
= form_tag import_gitlab_project_path, class: 'form-horizontal', multipart: true do
%p
- To get started you add your project export file below.
+ To get started add your exported project file below:
.form-group
= hidden_field_tag :namespace_id, @namespace_id
= hidden_field_tag :path, @path
= label_tag :file, class: 'control-label' do
- %span GitLab export file
+ %span GitLab project export
.col-sm-10
= file_field_tag :file, class: ''