Commit b4054f0b authored by Douwe Maan's avatar Douwe Maan

Resolve conflict in _form.html.haml

parent 71ebe5b4
...@@ -937,10 +937,6 @@ ...@@ -937,10 +937,6 @@
.col-sm-10 .col-sm-10
= f.number_field :throttle_authenticated_web_period_in_seconds, class: 'form-control' = f.number_field :throttle_authenticated_web_period_in_seconds, class: 'form-control'
<<<<<<< HEAD
- if License.feature_available?(:external_authorization_service)
= render partial: 'external_authorization_service_form', locals: { f: f }
=======
%fieldset %fieldset
%legend Outbound requests %legend Outbound requests
.form-group .form-group
...@@ -949,7 +945,9 @@ ...@@ -949,7 +945,9 @@
= f.label :allow_local_requests_from_hooks_and_services do = f.label :allow_local_requests_from_hooks_and_services do
= f.check_box :allow_local_requests_from_hooks_and_services = f.check_box :allow_local_requests_from_hooks_and_services
Allow requests to the local network from hooks and services Allow requests to the local network from hooks and services
>>>>>>> upstream/master
- if License.feature_available?(:external_authorization_service)
= render partial: 'external_authorization_service_form', locals: { f: f }
.form-actions .form-actions
= f.submit 'Save', class: 'btn btn-save' = f.submit 'Save', class: 'btn btn-save'
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