Commit f6b8aee6 authored by 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
parents d08a9405 8b620072
---
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 @@
= form_for @push_rule, url: group_push_rules_path(@group), as: :push_rule, method: :put do |f|
- if @push_rule.errors.any?
.alert.alert-danger
.gl-alert.gl-alert-danger
- @push_rule.errors.full_messages.each do |msg|
%p= msg
= render "shared/push_rules/form", f: f, context: @group
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment