Commit 339d0f0a authored by Jacopo's avatar Jacopo

Replaces bootstrap alerts in ee/app/views/admin/push_rules/_push_rules

parent 921a6ad5
= form_for @push_rule, url: admin_push_rule_path, method: :put, html: { class: 'fieldset-form' } 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: nil
---
title: Replace bootstrap alerts in ee/app/views/admin/push_rules/_push_rules.html.haml
merge_request: 41072
author: Jacopo Beschi @jacopo-beschi
type: changed
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