Commit dff9221c407bdb277db14b3daef6fc230f38ac7c
1 parent
a6eb28ab
Exists in
spb-stable
and in
3 other branches
Show import notice in callout block
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/new.html.haml
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | %span Import existing repo |
48 | 48 | .col-sm-10 |
49 | 49 | = f.text_field :import_url, class: 'form-control', placeholder: 'https://github.com/randx/six.git' |
50 | - %p.help-block | |
50 | + .bs-callout.bs-callout-info | |
51 | 51 | This url must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git. |
52 | 52 | %br |
53 | 53 | Import timeout is 2 minutes. For big repositories use clone/push combination. | ... | ... |