Commit 0857bc68 authored by Dennis Tang's avatar Dennis Tang

Resolve conflict in show.html.haml

parent 9d285d17
......@@ -325,7 +325,6 @@
.settings-content
= render partial: 'repository_mirrors_form'
<<<<<<< HEAD
-# EE-only
- if Gitlab::Geo.license_allows?
%section.settings.as-geo.no-animate#js-geo-settings{ class: ('expanded' if expanded) }
......@@ -375,8 +374,6 @@
.settings-content
= render partial: 'slack'
=======
>>>>>>> upstream/master
%section.settings.as-third-party-offers.no-animate#js-third-party-offers-settings{ class: ('expanded' if expanded) }
.settings-header
%h4
......@@ -387,10 +384,5 @@
= _('Control the display of third party offers.')
.settings-content
= render 'third_party_offers', application_setting: @application_setting
<<<<<<< HEAD
=======
= render_if_exists 'admin/application_settings/pseudonymizer_settings', expanded: expanded
>>>>>>> upstream/master
= render_if_exists 'admin/application_settings/pseudonymizer_settings', expanded: expanded
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