Skip to content
Snippets Groups Projects
Commit 6e8640a0 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Merge branch 'services-form-ee-differences' into 'master'

Fix EE differences in services/_form.html.haml

Closes gitlab-ee#11032

See merge request gitlab-org/gitlab-ce!29931
parents 480eb370 5c6c1be2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment