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

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