Rename support-navigator-banner to outdated-browser-banner
This commit is contained in:
parent
1b545123fa
commit
bdb961f280
6 changed files with 6 additions and 6 deletions
|
@ -38,7 +38,7 @@
|
|||
// = require recapitulatif
|
||||
// = require search
|
||||
// = require siret
|
||||
// = require support_navigator_banner
|
||||
// = require outdated_browser_banner
|
||||
// = require switch_menu
|
||||
// = require autocomplete
|
||||
// = require users
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
#support-navigator-banner {
|
||||
#outdated-browser-banner {
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
left: 0;
|
|
@ -1,4 +1,4 @@
|
|||
#support-navigator-banner {
|
||||
#outdated-browser-banner {
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
|
@ -1,6 +1,6 @@
|
|||
-# See config/browser.rb
|
||||
- if !browser.modern?
|
||||
#support-navigator-banner
|
||||
#outdated-browser-banner
|
||||
.container
|
||||
Attention, votre navigateur (#{browser.name} #{browser.version}) est trop ancien pour utiliser demarches-simplifiees.fr : certaines parties du site ne fonctionneront pas correctement. Nous vous recommendons fortement de
|
||||
%a{ href: "https://browser-update.org/fr/update.html", target: "_blank" }mettre à jour votre navigateur
|
|
@ -21,7 +21,7 @@
|
|||
sentry: #{raw(sentry_config)}
|
||||
}];
|
||||
%body
|
||||
= render partial: 'layouts/support_navigator_banner'
|
||||
= render partial: 'layouts/outdated_browser_banner'
|
||||
= render partial: 'layouts/pre_maintenance'
|
||||
- if staging?
|
||||
#beta
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}];
|
||||
%body
|
||||
.page-wrapper
|
||||
= render partial: "layouts/support_navigator_banner"
|
||||
= render partial: "layouts/outdated_browser_banner"
|
||||
= render partial: 'layouts/pre_maintenance'
|
||||
- if staging?
|
||||
#beta
|
||||
|
|
Loading…
Reference in a new issue