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? - if @errors.present?
.gl-alert.gl-alert-danger.gl-mb-5 .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-container
.gl-alert-body = sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
- @errors.each do |error| .gl-alert-content
= error .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