summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-06-21 12:20:59 +0100
committerPhil Hughes <me@iamphill.com>2019-06-21 12:20:59 +0100
commit5c6c1be2664f9f14fa09d9ed59d64a84b4026fa0 (patch)
tree26118c0b137b1649173fb1ec5518bbee61265eef
parent77cb03166d34c25bb3383fac0065e64d544323fc (diff)
downloadgitlab-ce-5c6c1be2664f9f14fa09d9ed59d64a84b4026fa0.tar.gz
Fix EE differences in services/_form.html.haml
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11032
-rw-r--r--app/views/projects/services/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml
index aa30ebdc3b8..de1b95692d6 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -4,7 +4,7 @@
= @service.title
= boolean_to_icon @service.activated?
- %p= @service.description
+ %p= #{@service.description}.
- if @service.respond_to?(:detailed_description)
%p= @service.detailed_description