13 lines
502 B
Text
13 lines
502 B
Text
|
%div#github_import_modal.modal.hide
|
|||
|
.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'}.
|