summaryrefslogtreecommitdiff
path: root/app/views/projects/_bitbucket_import_modal.html.haml
blob: c54a4ceb8901b85fee459e1739ee62d5c6f1f401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#bitbucket_import_modal.modal
  .modal-dialog
    .modal-content
      .modal-header
        %h3.modal-title Import projects from Bitbucket
        %button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
          %span{ "aria-hidden": true } ×
      .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")