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

_gitlab_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: 52212b6ae025f12132985f407da71caf2ce9936e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%div#gitlab_import_modal.modal.hide
  .modal-dialog
    .modal-content
      .modal-header
        %a.close{href: "#", "data-dismiss" => "modal"} ×
        %h3 Import projects from GitLab.com
      .modal-body
        To enable importing projects from GitLab.com, 
        - 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/gitlab.md'}.