Commit 8b620072 authored by Jacopo's avatar Jacopo

Replace bootstrap alerts using using Gitlab UI

parent 921a6ad5
---
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