summaryrefslogtreecommitdiff
path: root/app/views/admin/services
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/admin/services
parent3a11165648baaa5bfa474e335526747ddb6dde5e (diff)
downloadgitlab-ce-0b355aba020ff2b1e9a89428154aa08484a06297.tar.gz
Replace alerts with well where alert is not needed
Diffstat (limited to 'app/views/admin/services')
-rw-r--r--app/views/admin/services/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/services/_form.html.haml b/app/views/admin/services/_form.html.haml
index 18b7e8ba270..eb7a099bfe2 100644
--- a/app/views/admin/services/_form.html.haml
+++ b/app/views/admin/services/_form.html.haml
@@ -10,7 +10,7 @@
- @service.errors.full_messages.each do |msg|
%p= msg
- if @service.help.present?
- .alert.alert-info
+ .well
= preserve do
= markdown @service.help