BigW Consortium Gitlab

_github_import_modal.html.haml 486 Bytes
Newer Older
1
%div#github_import_modal.modal
2 3 4 5
  .modal-dialog
    .modal-content
      .modal-header
        %a.close{href: "#", "data-dismiss" => "modal"} ×
6
        %h3 Import projects from GitHub
7
      .modal-body
8
        To enable importing projects from GitHub,
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", "github")}.