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>2014-05-28 12:35:43 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-28 12:35:43 +0400
commita18ae13e985d07fe9ef8288794778d31e2435696 (patch)
treee3dc0105a27a0739618e140756756de95087ec42 /app/views/projects/services
parent49c50ee868cc355ae8d748ec67fce2e01311697f (diff)
Backport CI service refactoring from EE
It allows easier contribution of different CI services Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml
index 70b4537fd37..f20efa76cbb 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -17,6 +17,9 @@
- @service.errors.full_messages.each do |msg|
%li= msg
+ - if @service.help.present?
+ .bs-callout
+ = @service.help
.form-group
= f.label :active, "Active", class: "control-label"