Skip to content
代码片段 群组 项目
提交 ee5f5e0b 编辑于 作者: Miguel Rincon's avatar Miguel Rincon
浏览文件

Merge branch...

Merge branch '364912-migrate-form_errors-in-app-views-admin-application_settings-_visibility_and_access-html-haml' into 'master'

Migrate `form_errors` in visiblity and access to Pajamas alert

See merge request gitlab-org/gitlab!91256
No related branches found
No related tags found
无相关合并请求
= gitlab_ui_form_for @application_setting, url: general_admin_application_settings_path(anchor: 'js-visibility-settings'), html: { class: 'fieldset-form', id: 'visibility-settings' } do |f|
= form_errors(@application_setting)
= form_errors(@application_setting, pajamas_alert: true)
%fieldset
= render 'shared/project_creation_levels', f: f, method: :default_project_creation, legend: s_('ProjectCreationLevel|Default project creation protection')
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册