summaryrefslogtreecommitdiff
path: root/app/views/import/bitbucket_server/status.html.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-01 10:44:45 -0700
committerStan Hu <stanhu@gmail.com>2018-08-01 10:45:04 -0700
commitaa5821e571620e09229721a1a235d93a554db6a3 (patch)
treee076faa082797f700e04f1920478f1e0d4f723d6 /app/views/import/bitbucket_server/status.html.haml
parent636bcebcba5d9215e550f4ca7ba7c75404e06ba9 (diff)
downloadgitlab-ce-aa5821e571620e09229721a1a235d93a554db6a3.tar.gz
Assorted Bitbucket Server importer code cleanup based on review
Diffstat (limited to 'app/views/import/bitbucket_server/status.html.haml')
-rw-r--r--app/views/import/bitbucket_server/status.html.haml7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/import/bitbucket_server/status.html.haml b/app/views/import/bitbucket_server/status.html.haml
index d88c0e0a337..e8cae582811 100644
--- a/app/views/import/bitbucket_server/status.html.haml
+++ b/app/views/import/bitbucket_server/status.html.haml
@@ -41,12 +41,9 @@
= link_to project.full_path, [project.namespace.becomes(Namespace), project]
%td.job-status
- if project.import_status == 'finished'
- %span
- %i.fa.fa-check
- Done
+ = icon('check', text: 'Done')
- elsif project.import_status == 'started'
- %i.fa.fa-spinner.fa-spin
- started
+ = icon('spin', text: 'started')
- else
= project.human_import_status_name