Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-26 09:07:59 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-26 09:07:59 +0300
commit0b355aba020ff2b1e9a89428154aa08484a06297 (patch)
treeec23b01ba7d46836a3c786984f2fd2997cd94a45 /app/views/admin
parent3a11165648baaa5bfa474e335526747ddb6dde5e (diff)
Replace alerts with well where alert is not needed
Diffstat (limited to 'app/views/admin')
-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