BigW Consortium Gitlab

_bitbucket_import_modal.html.haml 498 Bytes
Newer Older
1
%div#bitbucket_import_modal.modal
Douwe Maan committed
2 3 4 5
  .modal-dialog
    .modal-content
      .modal-header
        %a.close{href: "#", "data-dismiss" => "modal"} ×
6
        %h3 Import projects from Bitbucket
Douwe Maan committed
7
      .modal-body
8
        To enable importing projects from Bitbucket,
9
        - if current_user.admin?
10
          as administrator you need to configure
11
        - else
12 13
          ask your GitLab administrator to configure
        == #{link_to 'OAuth integration', help_page_path("integration", "bitbucket")}.