From dff9221c407bdb277db14b3daef6fc230f38ac7c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 11 Mar 2014 18:34:43 +0200 Subject: [PATCH] Show import notice in callout block Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 83bbbb058f0..3f9d05cff2d 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. -- GitLab