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
parent60a17d482c513ecdd72354d9cd647f8ddf0e8bed (diff)
Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket Server
-rw-r--r--app/views/import/bitbucket_server/status.html.haml2
-rw-r--r--app/views/projects/_import_project_pane.html.haml2
2 files changed, 2 insertions, 2 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)
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?