Commit a70f6923 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch...

Merge branch '233654-replace-bootstrap-alerts-in-ee-app-views-admin-push_rules-_push_rules-html-haml' into 'master'

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

Closes #233654

See merge request gitlab-org/gitlab!41072
parents fa5ac55c 339d0f0a
= 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