Commit 16e4fc45 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/admin/application_settings/_visibility_and_access.html.haml

parent c672b43a
...@@ -6,10 +6,7 @@ ...@@ -6,10 +6,7 @@
= f.label :default_branch_protection, class: 'col-form-label col-sm-2' = f.label :default_branch_protection, class: 'col-form-label col-sm-2'
.col-sm-10 .col-sm-10
= f.select :default_branch_protection, options_for_select(Gitlab::Access.protection_options, @application_setting.default_branch_protection), {}, class: 'form-control' = f.select :default_branch_protection, options_for_select(Gitlab::Access.protection_options, @application_setting.default_branch_protection), {}, class: 'form-control'
<<<<<<< HEAD
= render partial: 'admin/application_settings/ee/project_creation_level', locals: { form: f, application_setting: @application_setting } = render partial: 'admin/application_settings/ee/project_creation_level', locals: { form: f, application_setting: @application_setting }
=======
>>>>>>> gitlab-ce/master
.form-group.row.visibility-level-setting .form-group.row.visibility-level-setting
= f.label :default_project_visibility, class: 'col-form-label col-sm-2' = f.label :default_project_visibility, class: 'col-form-label col-sm-2'
.col-sm-10 .col-sm-10
...@@ -47,7 +44,6 @@ ...@@ -47,7 +44,6 @@
and GitLab.com and GitLab.com
= link_to "(?)", help_page_path("integration/gitlab") = link_to "(?)", help_page_path("integration/gitlab")
<<<<<<< HEAD
-# EE-only -# EE-only
- if ldap_enabled? - if ldap_enabled?
.form-group.row .form-group.row
...@@ -61,8 +57,6 @@ ...@@ -61,8 +57,6 @@
If checked, group owners can manage LDAP group links and LDAP member overrides If checked, group owners can manage LDAP group links and LDAP member overrides
= link_to icon('question-circle'), help_page_path('administration/auth/ldap-ee') = link_to icon('question-circle'), help_page_path('administration/auth/ldap-ee')
=======
>>>>>>> gitlab-ce/master
.form-group.row .form-group.row
.offset-sm-2.col-sm-10 .offset-sm-2.col-sm-10
.form-check .form-check
......
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