From fa8ed3576ccd8dfb5195608a145318c0e8fbc67b Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 13 Jan 2021 23:58:03 +0100 Subject: [PATCH] =?UTF-8?q?suppression=20message=20bonnes=20f=C3=AAtes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/public/my_account/index.html.haml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/app/views/public/my_account/index.html.haml b/app/views/public/my_account/index.html.haml index 7818b5f..e4a6877 100644 --- a/app/views/public/my_account/index.html.haml +++ b/app/views/public/my_account/index.html.haml @@ -171,15 +171,16 @@ .empty Pour obtenir des primes déposez vos factures d'achat et de roulage - .alert.alert-primary{:style => "text-align:center;"} - Rendez-vous en 2021 pour obtenir vos primes. ❄️☃️ Joyeuses fêtes de fin d’année ! ☃️❄️ + -if false + .alert.alert-primary{:style => "text-align:center;"} + Rendez-vous en 2021 pour obtenir vos primes. ❄️☃️ Joyeuses fêtes de fin d’année ! ☃️❄️ - :scss - .alert-primary { - color: #004085; - background-color: #cce5ff; - border-color: #b8daff; - } + :scss + .alert-primary { + color: #004085; + background-color: #cce5ff; + border-color: #b8daff; + } .doc_pannel