diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-17 21:32:39 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-17 21:32:39 -0700 |
commit | 2d27df58f7bd39f645a004a4533a6ef50f8700e6 (patch) | |
tree | be6ea7b3138ec9b44c44f31389dbfa06c8bc3769 /app/views/import | |
parent | 60a17d482c513ecdd72354d9cd647f8ddf0e8bed (diff) | |
download | gitlab-ce-2d27df58f7bd39f645a004a4533a6ef50f8700e6.tar.gz |
Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket Server
Diffstat (limited to 'app/views/import')
-rw-r--r-- | app/views/import/bitbucket_server/status.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/bitbucket_server/status.html.haml b/app/views/import/bitbucket_server/status.html.haml index 5f5597e557c..e5796803826 100644 --- a/app/views/import/bitbucket_server/status.html.haml +++ b/app/views/import/bitbucket_server/status.html.haml @@ -2,7 +2,7 @@ - header_title 'Projects', root_path %h3.page-title - %i.fa.fa-bitbucket + %i.fa.fa-bitbucket-square Import projects from Bitbucket Server = link_to('Reconfigure', configure_import_bitbucket_server_path, class: 'btn btn-primary float-right', method: :post) |