Commit b8f05605 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'slashmanov/migrate-to-gl-alert-in-pages-domains-form' into 'master'

Migrate to GlAlert in Pages Domains form

See merge request gitlab-org/gitlab!83694
parents a6878ea2 1b5a7f2b
- if domain_presenter.errors.any?
.gl-alert.gl-alert-danger
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
= render 'shared/global_alert', variant: :danger, dismissible: false do
- domain_presenter.errors.full_messages.each do |msg|
= msg
......
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