debian-mirror-gitlab/app/views/projects/_bitbucket_import_modal.html.haml

14 lines
488 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
#bitbucket_import_modal.modal
2015-04-26 12:48:37 +05:30
.modal-dialog
.modal-content
.modal-header
2017-08-17 22:00:37 +05:30
%a.close{ href: "#", "data-dismiss" => "modal" } ×
2015-04-26 12:48:37 +05:30
%h3 Import projects from Bitbucket
.modal-body
2015-09-25 12:07:36 +05:30
To enable importing projects from Bitbucket,
2015-04-26 12:48:37 +05:30
- if current_user.admin?
2015-09-25 12:07:36 +05:30
as administrator you need to configure
2015-04-26 12:48:37 +05:30
- else
2015-09-25 12:07:36 +05:30
ask your GitLab administrator to configure
2017-08-17 22:00:37 +05:30
= link_to 'OAuth integration', help_page_path("integration/bitbucket")