2015-09-11 14:41:01 +05:30
|
|
|
|
%div#github_import_modal.modal
|
2015-04-26 12:48:37 +05:30
|
|
|
|
.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'}.
|