Commit fbd30b07 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/shared/_service_settings.html.haml

parent 5958201e
......@@ -9,21 +9,13 @@
.service-settings
- if @service.show_active_box?
.form-group.row
<<<<<<< HEAD
= form.label :active, "Active", class: "col-form-label"
=======
= form.label :active, "Active", class: "col-form-label col-sm-2"
>>>>>>> gitlab-ce/master
.col-sm-10
= form.check_box :active, disabled: disable_fields_service?(@service)
- if @service.configurable_events.present?
.form-group.row
<<<<<<< HEAD
= form.label :url, "Trigger", class: 'col-form-label'
=======
= form.label :url, "Trigger", class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10
- @service.configurable_events.each do |event|
......
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