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

14 lines
495 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
%div#bitbucket_import_modal.modal
2015-04-26 12:48:37 +05:30
.modal-dialog
.modal-content
.modal-header
%a.close{href: "#", "data-dismiss" => "modal"} ×
%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
2016-08-24 12:49:21 +05:30
== #{link_to 'OAuth integration', help_page_path("integration/bitbucket")}.