gitlab-org--gitlab-foss/app/views/projects/_bitbucket_import_modal.html.haml

14 lines
498 B
Text
Raw Normal View History

%div#bitbucket_import_modal.modal
2015-02-17 10:59:50 -05:00
.modal-dialog
.modal-content
.modal-header
%a.close{href: "#", "data-dismiss" => "modal"} ×
2015-02-18 16:42:52 -05:00
%h3 Import projects from Bitbucket
2015-02-17 10:59:50 -05:00
.modal-body
To enable importing projects from Bitbucket,
2015-02-18 16:42:52 -05:00
- if current_user.admin?
as administrator you need to configure
2015-02-18 16:42:52 -05:00
- else
ask your GitLab administrator to configure
== #{link_to 'OAuth integration', help_page_path("integration", "bitbucket")}.