Commit cb6cfc66 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '233685-replace-bootstrap-alerts-in-app/views/shared/issuable/_form.html.haml' into 'master'

Replace bootstrap alerts in app/views/shared/issuable/_form.html.haml

Closes #233685

See merge request gitlab-org/gitlab!41390
parents cc1e6b6a a44d051c
......@@ -6,7 +6,7 @@
= form_errors(issuable)
- if @conflict
.alert.alert-danger
.gl-alert.gl-alert-danger.gl-mb-5
Someone edited the #{issuable.class.model_name.human.downcase} the same time you did.
Please check out
= link_to "the #{issuable.class.model_name.human.downcase}", polymorphic_path([@project, issuable]), target: "_blank", rel: 'noopener noreferrer'
......
---
title: Replace bootstrap alerts in app/views/shared/issuable/_form.html.haml
merge_request: 41390
author: Gilang Gumilar
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