Commit a44d051c authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Kushal Pandya

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

parent 95689fc5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
= form_errors(issuable) = form_errors(issuable)
- if @conflict - 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. Someone edited the #{issuable.class.model_name.human.downcase} the same time you did.
Please check out Please check out
= link_to "the #{issuable.class.model_name.human.downcase}", polymorphic_path([@project, issuable]), target: "_blank", rel: 'noopener noreferrer' = 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