2016-12-23 04:37:12 -05:00
|
|
|
#gitlab_import_modal.modal
|
2015-01-27 18:37:19 -05:00
|
|
|
.modal-dialog
|
|
|
|
.modal-content
|
|
|
|
.modal-header
|
2018-06-01 10:20:26 -04:00
|
|
|
%h3.modal-title Import projects from GitLab.com
|
2018-06-01 10:01:37 -04:00
|
|
|
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
|
|
|
%span{ "aria-hidden": true } ×
|
2015-01-27 18:37:19 -05:00
|
|
|
.modal-body
|
2015-08-14 09:56:33 -04:00
|
|
|
To enable importing projects from GitLab.com,
|
2015-02-18 16:42:52 -05:00
|
|
|
- if current_user.admin?
|
2015-08-14 09:56:33 -04:00
|
|
|
as administrator you need to configure
|
2015-02-18 16:42:52 -05:00
|
|
|
- else
|
2015-08-14 09:56:33 -04:00
|
|
|
ask your GitLab administrator to configure
|
2016-12-23 05:27:41 -05:00
|
|
|
= link_to 'OAuth integration', help_page_path("integration/gitlab")
|