Commit cf34cc9a authored by Alper Akgun's avatar Alper Akgun

Migrate outdated_browser to match the Vue component

parent 8baad1ca
- 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