Commit 1c91ae4d authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Vitaly Slobodin

Update gl-alert markup in file

parent 32006887
...@@ -6,11 +6,16 @@ ...@@ -6,11 +6,16 @@
= form_errors(issuable) = form_errors(issuable)
- if @conflict - if @conflict
.gl-alert.gl-alert-danger.gl-mb-5 = render 'shared/global_alert',
Someone edited the #{issuable.class.model_name.human.downcase} the same time you did. variant: :danger,
Please check out dismissible: false,
= link_to "the #{issuable.class.model_name.human.downcase}", polymorphic_path([@project, issuable]), target: "_blank", rel: 'noopener noreferrer' is_contained: true,
and make sure your changes will not unintentionally remove theirs alert_class: 'gl-mb-5' do
.gl-alert-body
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'
and make sure your changes will not unintentionally remove theirs
= render 'shared/issuable/form/branch_chooser', issuable: issuable, form: form = render 'shared/issuable/form/branch_chooser', issuable: issuable, form: form
......
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