Skip to content
代码片段 群组 项目
提交 42c22769 编辑于 作者: Robert Hunt's avatar Robert Hunt
浏览文件

Merge branch '364992-fix-alert' into 'master'

Migrate Slack form error to Pajamas

See merge request gitlab-org/gitlab!91871
No related branches found
No related tags found
无相关合并请求
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
%p= s_('Integrations|You can use this alias in your Slack commands') %p= s_('Integrations|You can use this alias in your Slack commands')
.col-lg-9 .col-lg-9
= form_errors(@slack_integration) = form_errors(@slack_integration, pajamas_alert: true)
= form_for(@slack_integration, url: project_settings_slack_path(@project), method: :put, html: { class: 'gl-show-field-errors js-integration-settings-form'}) do |form| = form_for(@slack_integration, url: project_settings_slack_path(@project), method: :put, html: { class: 'gl-show-field-errors js-integration-settings-form'}) do |form|
.form-group.row .form-group.row
= form.label :alias, s_('Integrations|Enter your alias'), class: 'col-form-label' = form.label :alias, s_('Integrations|Enter your alias'), class: 'col-form-label'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册