Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-18 07:35:26 +0300
committerStan Hu <stanhu@gmail.com>2018-07-18 07:35:26 +0300
commitd1afb7c9e50399d4f7f397d1e3be2df13d49427e (patch)
tree7931b93131eb63c388e104517724fa0207463a46 /app/views/import
parent2d27df58f7bd39f645a004a4533a6ef50f8700e6 (diff)
Fix icon for import screen
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/bitbucket_server/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/bitbucket_server/new.html.haml b/app/views/import/bitbucket_server/new.html.haml
index 6414eed22f5..11bd53516a6 100644
--- a/app/views/import/bitbucket_server/new.html.haml
+++ b/app/views/import/bitbucket_server/new.html.haml
@@ -4,7 +4,7 @@
- header_title "Projects", root_path
%h3.page-title
- = icon 'bitbucket', text: _('Import repositories from Bitbucket Server')
+ = icon 'bitbucket-square', text: _('Import repositories from Bitbucket Server')
%p
= _('Enter in your Bitbucket Server URL and personal access token below')