Commit f80086d1 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'Update-markup-in-shared/_errors-haml-file' into 'master'

Update markup in shared/_errors.html.haml

See merge request gitlab-org/gitlab!63166
parents 1fa61c8f 09dcb46e
- if @errors.present?
.gl-alert.gl-alert-danger.gl-mb-5
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body
- @errors.each do |error|
= error
.gl-alert-container
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-content
.gl-alert-body
- @errors.each do |error|
= error
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