Skip to content
代码片段 群组 项目
提交 072df9f0 编辑于 作者: Jannik Lehmann's avatar Jannik Lehmann
浏览文件

Merge branch...

Merge branch '364885-migrate-form_errors-in-app-views-admin-application_settings-_gitpod-html-haml-to-pajamas' into 'master'

Migrate `form_errors` in _gitpod.html.haml to Pajamas alert

See merge request gitlab-org/gitlab!91489
No related branches found
No related tags found
无相关合并请求
......@@ -13,7 +13,7 @@
.settings-content
= gitlab_ui_form_for @application_setting, url: general_admin_application_settings_path(anchor: 'js-gitpod-settings'), html: { class: 'fieldset-form', id: 'gitpod-settings' } do |f|
= form_errors(@application_setting)
= form_errors(@application_setting, pajamas_alert: true)
%fieldset
.form-group
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册