Skip to content
Snippets Groups Projects
Commit 988e44aa authored by Sharmad Nachnolkar's avatar Sharmad Nachnolkar :two: Committed by Andrew Fontaine
Browse files

Use Pajamas alert in repository mirroring settings

Use Pajamas alert component to display errors
shown when saving invalid values while updating
repository mirroring settings.

Changelog: changed
parent 7e268b5a
No related branches found
No related tags found
1 merge request!91257Migrate `form_errors` in repository mirroring to Pajamas alert
= gitlab_ui_form_for @application_setting, url: repository_admin_application_settings_path(anchor: 'js-mirror-settings') do |f|
= form_errors(@application_setting)
= form_errors(@application_setting, pajamas_alert: true)
%fieldset
.form-group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment