2015-06-15 18:53:06 -04:00
|
|
|
|
%div#gitlab_import_modal.modal
|
2015-01-27 18:37:19 -05:00
|
|
|
|
.modal-dialog
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header
|
|
|
|
|
%a.close{href: "#", "data-dismiss" => "modal"} ×
|
2015-02-18 16:42:52 -05:00
|
|
|
|
%h3 Import projects from GitLab.com
|
2015-01-27 18:37:19 -05:00
|
|
|
|
.modal-body
|
2015-02-18 16:42:52 -05:00
|
|
|
|
To enable importing projects from GitLab.com,
|
|
|
|
|
- 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/gitlab.md'}.
|