Commit 3fc8e1da authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/views/admin/application_settings/show.html.haml

parent d34c9d7b
...@@ -336,7 +336,6 @@ ...@@ -336,7 +336,6 @@
.settings-content .settings-content
= render partial: 'repository_mirrors_form' = render partial: 'repository_mirrors_form'
<<<<<<< HEAD
-# EE-only -# EE-only
- if Gitlab::Geo.license_allows? - if Gitlab::Geo.license_allows?
%section.settings.as-geo.no-animate#js-geo-settings{ class: ('expanded' if expanded) } %section.settings.as-geo.no-animate#js-geo-settings{ class: ('expanded' if expanded) }
...@@ -386,8 +385,6 @@ ...@@ -386,8 +385,6 @@
.settings-content .settings-content
= render partial: 'slack' = render partial: 'slack'
=======
>>>>>>> upstream/master
= render_if_exists 'admin/application_settings/templates', expanded: expanded = render_if_exists 'admin/application_settings/templates', expanded: expanded
%section.settings.as-third-party-offers.no-animate#js-third-party-offers-settings{ class: ('expanded' if expanded) } %section.settings.as-third-party-offers.no-animate#js-third-party-offers-settings{ class: ('expanded' if 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