gitlab-org--gitlab-foss/app/views/projects/_bitbucket_import_modal.htm...

15 lines
580 B
Plaintext
Raw Normal View History

2016-12-23 09:37:12 +00:00
#bitbucket_import_modal.modal
2015-02-17 15:59:50 +00:00
.modal-dialog
.modal-content
.modal-header
2018-06-01 14:20:26 +00:00
%h3.modal-title Import projects from Bitbucket
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
2015-02-17 15:59:50 +00:00
.modal-body
To enable importing projects from Bitbucket,
2015-02-18 21:42:52 +00:00
- if current_user.admin?
as administrator you need to configure
2015-02-18 21:42:52 +00:00
- else
ask your GitLab administrator to configure
= link_to 'OAuth integration', help_page_path("integration/bitbucket")