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: 689e100ab965f222ae56592c2bb05c9dcc6ed609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#gitlab_import_modal.modal
  .modal-dialog
    .modal-content
      .modal-header
        %h3.modal-title Import projects from GitLab.com
        %button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
          %span{ "aria-hidden": "true" } ×
      .modal-body
        To enable importing projects from GitLab.com,
        - if current_user.admin?
          as administrator you need to configure
        - else
          ask your GitLab administrator to configure
        = link_to 'OAuth integration', help_page_path("integration/gitlab")