summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-25 23:07:59 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-25 23:07:59 -0700
commit0b355aba020ff2b1e9a89428154aa08484a06297 (patch)
treeec23b01ba7d46836a3c786984f2fd2997cd94a45 /app/views/projects/new.html.haml
parent3a11165648baaa5bfa474e335526747ddb6dde5e (diff)
downloadgitlab-ce-0b355aba020ff2b1e9a89428154aa08484a06297.tar.gz
Replace alerts with well where alert is not needed
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 42af2f32239..69909a8554e 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -72,7 +72,7 @@
%span Git repository URL
.col-sm-10
= f.text_field :import_url, class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git'
- .alert.alert-info.prepend-top-10
+ .well.prepend-top-20
%ul
%li
The repository must be accessible over HTTP(S). If it is not publicly accessible, you can add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>.