gitlab-org--gitlab-foss/app/views/projects/_gitlab_import_modal.html.haml

9 lines
393 B
Plaintext
Raw Normal View History

2015-01-27 23:37:19 +00:00
%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.
2015-02-05 18:31:36 +00:00
= link_to 'How to setup integration with GitLab', 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/gitlab.md'