summaryrefslogtreecommitdiff
path: root/app/views/projects/_bitbucket_import_modal.html.haml
blob: e74fd5b93eaae8f289c2c3dd2ddb5f817b8112a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%div#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")}.