Skip to content

Conditional partial rendering for EE in application settings

Martin Wortschack requested to merge application-settings-cleanup into master

What does this MR do?

Renders template partials in application settings conditionally for EE by utilizing render_if_exists helper. Existing code from application_settings/show.html.haml is moved to partials.

The corresponding MR for EE is: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7214/commits

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/44998

Does this MR meet the acceptance criteria?

Edited by Martin Wortschack

Merge request reports