Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-06-22 15:33:43 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-06-22 15:43:25 +0300
commit264d770bf37bec2ca04e8b93a062091e1bf5d4f4 (patch)
treea40131676731c0cd026fd05ec770feaa52034761 /app
parent19300e7e7cb393caaeaa8d906b312ccc1f3eed26 (diff)
make the pseudonymizer application settings EE-CE friendly
Diffstat (limited to 'app')
-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'