demarches-normaliennes/app/views/layouts/_outdated_browser_banner.html.haml
2024-05-31 14:17:59 +02:00

8 lines
606 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- if show_outdated_browser_banner?
= render Dsfr::AlertComponent.new(state: :warning, title: "Navigateur trop ancien", heading_level: :h2) do |c|
- c.with_body do
Votre navigateur internet, #{browser.name} #{browser.version}, est malheureusement trop ancien. Il nest plus compatible avec #{APPLICATION_NAME}.
%br
Veuillez installer un navigateur plus récent en suivant le lien suivant :
%br
= link_to "Mettre à jour mon navigateur", "https://betagouv.github.io/navigateur-trop-ancien/", class: "fr-btn fr-btn--secondary fr-mt-2w", target: "_blank", rel: "noopener"