13 lines
488 B
Text
13 lines
488 B
Text
#bitbucket_import_modal.modal
|
||
.modal-dialog
|
||
.modal-content
|
||
.modal-header
|
||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||
%h3 Import projects from Bitbucket
|
||
.modal-body
|
||
To enable importing projects from Bitbucket,
|
||
- if current_user.admin?
|
||
as administrator you need to configure
|
||
- else
|
||
ask your GitLab administrator to configure
|
||
= link_to 'OAuth integration', help_page_path("integration/bitbucket")
|