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

13 lines
505 B
Plaintext
Raw Normal View History

%div#gitlab_import_modal.modal
2015-01-27 23:37:19 +00:00
.modal-dialog
.modal-content
.modal-header
%a.close{href: "#", "data-dismiss" => "modal"} ×
2015-02-18 21:42:52 +00:00
%h3 Import projects from GitLab.com
2015-01-27 23:37:19 +00:00
.modal-body
2015-02-18 21:42:52 +00: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'}.