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

Use Pajamas alert in visibility and access settings

Use Pajamas alert component to display errors
shown when saving invalid values while updating
visibility and access settings.

Changelog: changed
上级 e2ad6a2d
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.
先完成此消息的编辑!
想要评论请 注册