BigW Consortium Gitlab

_bitbucket_import_modal.html.haml 488 Bytes
Newer Older
1
#bitbucket_import_modal.modal
Douwe Maan committed
2 3 4
  .modal-dialog
    .modal-content
      .modal-header
5
        %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
          ask your GitLab administrator to configure
13
        = link_to 'OAuth integration', help_page_path("integration/bitbucket")