debian-mirror-gitlab/app/views/projects/_gitlab_import_modal.html.haml

15 lines
576 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
#gitlab_import_modal.modal
2015-04-26 12:48:37 +05:30
.modal-dialog
.modal-content
.modal-header
2018-11-08 19:23:39 +05:30
%h3.modal-title Import projects from GitLab.com
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
%span{ "aria-hidden": true } ×
2015-04-26 12:48:37 +05:30
.modal-body
2015-09-25 12:07:36 +05:30
To enable importing projects from GitLab.com,
2015-04-26 12:48:37 +05:30
- if current_user.admin?
2015-09-25 12:07:36 +05:30
as administrator you need to configure
2015-04-26 12:48:37 +05:30
- else
2015-09-25 12:07:36 +05:30
ask your GitLab administrator to configure
2017-08-17 22:00:37 +05:30
= link_to 'OAuth integration', help_page_path("integration/gitlab")