Skip to content
代码片段 群组 项目
提交 a70f6923 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
= 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
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册