Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_bitbucket_import_modal.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07d4d602769b7d07fdd6f5968f3e93c9c6990cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%div#bitbucket_import_modal.modal.hide
  .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?
          you need to
        - else
          your GitLab administrator needs to
        == #{link_to 'setup OAuth integration', 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/bitbucket.md'}.