Commit 001752b7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Resolve application settings UI conflicts after ce-to-ee merge

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent af9025b6
......@@ -23,12 +23,9 @@
= f.label :shared_runners_enabled do
= f.check_box :shared_runners_enabled
Enable shared runners for new projects
<<<<<<< HEAD
= render 'shared_runners_minutes_setting', form: f
=======
>>>>>>> upstream/master
.form-group
= f.label :shared_runners_text, class: 'control-label col-sm-2'
.col-sm-10
......
= form_for @application_setting, url: admin_application_settings_path, html: { class: 'form-horizontal fieldset-form' } do |f|
= form_errors(@application_setting)
<<<<<<< HEAD
- if License.feature_available?(:repository_mirrors)
= render partial: 'repository_mirrors_form', locals: { f: f }
=======
>>>>>>> upstream/master
- if Gitlab.config.registry.enabled
%fieldset
%legend Container Registry
......
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