Skip to content

Resolve "Extract EE specific files/lines for app/views/admin/application_settings"

What does this MR do?

This MR moves code from the following files to /ee:

  • app/views/admin/application_settings/_account_and_limit.html.haml
  • app/views/admin/application_settings/_ci_cd.html.haml
  • app/views/admin/application_settings/_email.html.haml
  • app/views/admin/application_settings/_help_page.html.haml
  • app/views/admin/application_settings/_repository_mirrors_form.html.haml
  • app/views/admin/application_settings/_visibility_and_access.html.haml

Moreover, strings have been externalized in the partials above.

CE port: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25955

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/6098

Does this MR meet the acceptance criteria?

Closes #6098 (closed)

Edited by Martin Wortschack

Merge request reports