summaryrefslogtreecommitdiff
path: root/app/views/admin/services/_form.html.haml
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-02-12 17:06:55 -0800
committerMarin Jankovski <maxlazio@gmail.com>2015-02-12 17:06:55 -0800
commiteccf695640680050127c830887631d241dc7c8be (patch)
treecf1e1b32c129a8930afd6bafa2ccafb1867fb04b /app/views/admin/services/_form.html.haml
parentd899bc914f07ce47b5962563467790c25ba52c89 (diff)
downloadgitlab-ce-eccf695640680050127c830887631d241dc7c8be.tar.gz
Explained in the integration documentation how to enable external issue tracker
Diffstat (limited to 'app/views/admin/services/_form.html.haml')
-rw-r--r--app/views/admin/services/_form.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/services/_form.html.haml b/app/views/admin/services/_form.html.haml
index d8242e37621..5df8849317b 100644
--- a/app/views/admin/services/_form.html.haml
+++ b/app/views/admin/services/_form.html.haml
@@ -9,6 +9,10 @@
.alert.alert-danger
- @service.errors.full_messages.each do |msg|
%p= msg
+ - if @service.help.present?
+ .bs-callout
+ = preserve do
+ = markdown @service.help
- @service.fields.each do |field|
- name = field[:name]