summaryrefslogtreecommitdiff
path: root/app/views/import
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-09 13:12:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-11 12:22:57 +0300
commite02efff63d2b065f95e4eeac28ba994d245e4505 (patch)
treeb75ab4ce1c6f3646969e6c2af0cbe868494702d8 /app/views/import
parent97751ca19ff48b50de4887d5c77df3488c04b759 (diff)
downloadgitlab-ce-e02efff63d2b065f95e4eeac28ba994d245e4505.tar.gz
Improve manifest feature frontend after review
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/manifest/_form.html.haml4
-rw-r--r--app/views/import/manifest/status.html.haml3
2 files changed, 2 insertions, 5 deletions
diff --git a/app/views/import/manifest/_form.html.haml b/app/views/import/manifest/_form.html.haml
index 5fdc97537fe..6c938255e65 100644
--- a/app/views/import/manifest/_form.html.haml
+++ b/app/views/import/manifest/_form.html.haml
@@ -18,5 +18,5 @@
= _('Choose the top-level group for your repository imports.')
.append-bottom-10
- = submit_tag 'List available repositories', class: 'btn btn-success'
- = link_to 'Cancel', new_project_path, class: 'btn btn-cancel'
+ = submit_tag _('List available repositories'), class: 'btn btn-success'
+ = link_to _('Cancel'), new_project_path, class: 'btn btn-cancel'
diff --git a/app/views/import/manifest/status.html.haml b/app/views/import/manifest/status.html.haml
index 653dc249182..c8065d90103 100644
--- a/app/views/import/manifest/status.html.haml
+++ b/app/views/import/manifest/status.html.haml
@@ -12,9 +12,6 @@
.table-responsive
%table.table.import-jobs
- %colgroup.import-jobs-from-col
- %colgroup.import-jobs-to-col
- %colgroup.import-jobs-status-col
%thead
%tr
%th= _('Repository URL')