summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-06-22 08:33:43 -0400
committerMicaël Bergeron <mbergeron@gitlab.com>2018-06-22 08:43:25 -0400
commit264d770bf37bec2ca04e8b93a062091e1bf5d4f4 (patch)
treea40131676731c0cd026fd05ec770feaa52034761
parent19300e7e7cb393caaeaa8d906b312ccc1f3eed26 (diff)
downloadgitlab-ce-264d770bf37bec2ca04e8b93a062091e1bf5d4f4.tar.gz
make the pseudonymizer application settings EE-CE friendly
-rw-r--r--app/views/admin/application_settings/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/application_settings/show.html.haml b/app/views/admin/application_settings/show.html.haml
index 38607ffca1c..b5f93425a72 100644
--- a/app/views/admin/application_settings/show.html.haml
+++ b/app/views/admin/application_settings/show.html.haml
@@ -324,3 +324,5 @@
= _('Configure push mirrors.')
.settings-content
= render partial: 'repository_mirrors_form'
+
+= render_if_exists 'pseudonymizer_settings'