2015-06-15 18:53:06 -04:00
|
|
|
|
%div#github_import_modal.modal
|
2015-01-22 14:48:20 -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 GitHub
|
2015-01-22 14:48:20 -05:00
|
|
|
|
.modal-body
|
2015-08-14 09:56:33 -04:00
|
|
|
|
To enable importing projects from GitHub,
|
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
|
|
|
|
|
== #{link_to 'OAuth integration', help_page_path("integration", "github")}.
|