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

Merge branch...

Merge branch '233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-html-haml' into 'master'

Resolve "Replace bootstrap alerts in ee/app/views/groups/push_rules/edit.html.haml"

Closes #233652

See merge request gitlab-org/gitlab!41069
No related branches found
No related tags found
无相关合并请求
---
title: Replace bootstrap alerts in ee/app/views/groups/push_rules/edit.html.haml
merge_request: 41069
author: Jacopo Beschi @jacopo-beschi
type: changed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
= form_for @push_rule, url: group_push_rules_path(@group), as: :push_rule, method: :put do |f| = form_for @push_rule, url: group_push_rules_path(@group), as: :push_rule, method: :put do |f|
- if @push_rule.errors.any? - if @push_rule.errors.any?
.alert.alert-danger .gl-alert.gl-alert-danger
- @push_rule.errors.full_messages.each do |msg| - @push_rule.errors.full_messages.each do |msg|
%p= msg %p= msg
= render "shared/push_rules/form", f: f, context: @group = render "shared/push_rules/form", f: f, context: @group
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册