Use fa-bitbucket-square to distinguish Bitbucket Cloud and Bitbucket Server
This commit is contained in:
parent
60a17d482c
commit
2d27df58f7
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue