diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 83bbbb0..3f9d05c 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -47,7 +47,7 @@
%span Import existing repo
.col-sm-10
= f.text_field :import_url, class: 'form-control', placeholder: 'https://github.com/randx/six.git'
- %p.help-block
+ .bs-callout.bs-callout-info
This url must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git.
%br
Import timeout is 2 minutes. For big repositories use clone/push combination.
--
libgit2 0.21.2