From 6c4491e9365c6749fb7f2fb9826c450c3035a417 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 2 Jul 2022 09:09:11 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../admin/application_settings/_repository_check.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/application_settings/_repository_check.html.haml b/app/views/admin/application_settings/_repository_check.html.haml index ef8d3ccc8ab..40d847f4949 100644 --- a/app/views/admin/application_settings/_repository_check.html.haml +++ b/app/views/admin/application_settings/_repository_check.html.haml @@ -1,5 +1,5 @@ = gitlab_ui_form_for @application_setting, url: repository_admin_application_settings_path(anchor: 'js-repository-check-settings'), html: { class: 'fieldset-form' } do |f| - = form_errors(@application_setting) + = form_errors(@application_setting, pajamas_alert: true) %fieldset .sub-section