summaryrefslogtreecommitdiff
path: root/app/views/projects/_bitbucket_import_modal.html.haml
diff options
context:
space:
mode:
authorArtem Sidorenko <artem.sidorenko@telekom.de>2015-08-14 15:56:33 +0200
committerArtem Sidorenko <artem.sidorenko@telekom.de>2015-08-20 12:13:22 +0200
commite238a8dad5ec6d1bb80cc8d4dd2b3f85b55a6879 (patch)
tree5571e55d54c0bc83594083a42acae76594c4321b /app/views/projects/_bitbucket_import_modal.html.haml
parent55dca86b983496a26a3913aead77439edf96afe9 (diff)
downloadgitlab-ce-e238a8dad5ec6d1bb80cc8d4dd2b3f85b55a6879.tar.gz
Import sources: show only enabled sources
Diffstat (limited to 'app/views/projects/_bitbucket_import_modal.html.haml')
-rw-r--r--app/views/projects/_bitbucket_import_modal.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/_bitbucket_import_modal.html.haml b/app/views/projects/_bitbucket_import_modal.html.haml
index 745163e79a7..2987f6b5b22 100644
--- a/app/views/projects/_bitbucket_import_modal.html.haml
+++ b/app/views/projects/_bitbucket_import_modal.html.haml
@@ -5,9 +5,9 @@
%a.close{href: "#", "data-dismiss" => "modal"} ×
%h3 Import projects from Bitbucket
.modal-body
- To enable importing projects from Bitbucket,
+ To enable importing projects from Bitbucket,
- if current_user.admin?
- you need to
+ as administrator you need to configure
- else
- your GitLab administrator needs to
- == #{link_to 'setup OAuth integration', 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/integration/bitbucket.md'}.
+ ask your GitLab administrator to configure
+ == #{link_to 'OAuth integration', help_page_path("integration", "bitbucket")}.