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: e7503f023b13b8fd187ef3a5f63a54a9cb821f33 (plain)
1
2
3
4
5
6
7
8
9
%div#gitlab_import_modal.modal.hide
  .modal-dialog
    .modal-content
      .modal-header
        %a.close{href: "#", "data-dismiss" => "modal"} ×
        %h3 GitLab OAuth import
      .modal-body
        You need to setup integration with GitLab first.
        = link_to 'How to setup integration with GitLab', 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/gitlab.md'