Commit fae81201 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'remove-form-comment' into 'master'

Remove commented code in the services form

See merge request gitlab-org/gitlab!18795
parents e90615ca 667aae04
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
- hide_class = 'd-none' if @service.activated? != value - hide_class = 'd-none' if @service.activated? != value
%span.js-service-active-status{ class: hide_class, data: { value: value.to_s } } %span.js-service-active-status{ class: hide_class, data: { value: value.to_s } }
= boolean_to_icon value = boolean_to_icon value
%p= #{@service.description}.
- if @service.respond_to?(:detailed_description) - if @service.respond_to?(:detailed_description)
%p= @service.detailed_description %p= @service.detailed_description
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment