Commit 3d5eb3c0 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '325390-migrate-to-shared-alert-haml-partial-in-app-views-shared-_outdated_browser-html-haml' into 'master'

Migrate outdated_browser to match the Vue component

See merge request gitlab-org/gitlab!83646
parents 83c47426 cf34cc9a
- if outdated_browser? - if outdated_browser?
.gl-alert.gl-alert-danger.outdated-browser{ :role => "alert" } = render Pajamas::AlertComponent.new(variant: :danger, dismissible: false) do
= sprite_icon('error', css_class: "gl-alert-icon gl-alert-icon-no-title gl-icon")
.gl-alert-body .gl-alert-body
= s_('OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser.') = s_('OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser.')
%br %br
......
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