Show import notice in callout block

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-03-11 18:34:43 +02:00
parent a6eb28abc5
commit dff9221c40
+1 -1
View File
@@ -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.