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:32:39 +0300
committerStan Hu <stanhu@gmail.com>2018-07-18 07:32:39 +0300
commit2d27df58f7bd39f645a004a4533a6ef50f8700e6 (patch)
treebe6ea7b3138ec9b44c44f31389dbfa06c8bc3769 /app/views/projects/_import_project_pane.html.haml
parent60a17d482c513ecdd72354d9cd647f8ddf0e8bed (diff)
Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket Server
Diffstat (limited to 'app/views/projects/_import_project_pane.html.haml')
-rw-r--r--app/views/projects/_import_project_pane.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_import_project_pane.html.haml b/app/views/projects/_import_project_pane.html.haml
index 246e09d7677..b11a2854c79 100644
--- a/app/views/projects/_import_project_pane.html.haml
+++ b/app/views/projects/_import_project_pane.html.haml
@@ -24,7 +24,7 @@
- if bitbucket_server_import_enabled?
%div
= link_to status_import_bitbucket_server_path, class: "btn import_bitbucket" do
- = icon('bitbucket', text: 'Bitbucket Server')
+ = icon('bitbucket-square', text: 'Bitbucket Server')
= render 'bitbucket_import_modal'
%div
- if gitlab_import_enabled?