summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-06-26 13:03:34 +0000
committerMicaël Bergeron <mbergeron@gitlab.com>2018-06-26 13:03:34 +0000
commit66ad2ea1c06e2994396303dd51181a83b6c66bc8 (patch)
treec2816e350421e40146ad405bc110daecae54e100
parent63d15c83a14538d3cd4e27b89d26e63ccd595431 (diff)
downloadgitlab-ce-66ad2ea1c06e2994396303dd51181a83b6c66bc8.tar.gz
port the EE changes
-rw-r--r--app/views/admin/application_settings/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/show.html.haml b/app/views/admin/application_settings/show.html.haml
index b5f93425a72..bd43504dd37 100644
--- a/app/views/admin/application_settings/show.html.haml
+++ b/app/views/admin/application_settings/show.html.haml
@@ -325,4 +325,5 @@
.settings-content
= render partial: 'repository_mirrors_form'
-= render_if_exists 'pseudonymizer_settings'
+= render_if_exists 'admin/application_settings/pseudonymizer_settings', expanded: expanded
+