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

14 lines
484 B
Plaintext
Raw Normal View History

2016-12-23 09:37:12 +00:00
#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
To enable importing projects from GitLab.com,
2015-02-18 21:42:52 +00:00
- if current_user.admin?
as administrator you need to configure
2015-02-18 21:42:52 +00:00
- else
ask your GitLab administrator to configure
= link_to 'OAuth integration', help_page_path("integration/gitlab")