diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-16 06:08:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-16 06:08:30 +0000 |
commit | 34ab9be97ecf84dd2b7a3b8f3149c0f7d1d7ab5c (patch) | |
tree | 9025a7319c4a0bfe3aa3168fa750b183bf33cde1 /app/helpers/application_settings_helper.rb | |
parent | 08ed6a867b690a04fe7a74c9ba697cf18f6107d7 (diff) | |
download | gitlab-ce-34ab9be97ecf84dd2b7a3b8f3149c0f7d1d7ab5c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/application_settings_helper.rb')
-rw-r--r-- | app/helpers/application_settings_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb index 077035a49ed..66cb5d2bedb 100644 --- a/app/helpers/application_settings_helper.rb +++ b/app/helpers/application_settings_helper.rb @@ -352,7 +352,7 @@ module ApplicationSettingsHelper status_delete_self_monitoring_project_admin_application_settings_path, 'self_monitoring_project_exists' => - Gitlab::CurrentSettings.instance_administration_project.present?, + Gitlab::CurrentSettings.instance_administration_project.present?.to_s, 'self_monitoring_project_full_path' => Gitlab::CurrentSettings.instance_administration_project&.full_path |