Commit 0fd715ca authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'dblessing_remove_unused_admin_group_ldap_sync_view' into 'master'

Remove unused admin group view for LDAP sync

See merge request gitlab-org/gitlab!43898
parents 84bd4dff c3ec3e90
This diff is collapsed.
......@@ -36,5 +36,3 @@
.form-actions
= f.submit _('Save changes'), class: "btn btn-success", data: { qa_selector: 'save_changes_button' }
= link_to _('Cancel'), admin_group_path(@group), class: "btn btn-cancel"
= render_if_exists 'ldap_group_links/ldap_syncrhonizations', group: @group
- group = local_assigns.fetch(:group)
- return unless Gitlab::Auth::Ldap::Config.group_sync_enabled? && group.persisted?
%h3.page-title LDAP synchronizations
= render 'ldap_group_links/form', group: group
= render 'ldap_group_links/ldap_group_links', group: group
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