From 2d9313b10bd497b64b03196317a0e129439e9a2a Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 30 Nov 2017 17:35:12 +0100 Subject: [PATCH] Rename the close icon to refuse --- app/assets/images/icons/{close.svg => refuse.svg} | 0 app/assets/stylesheets/new_design/icons.scss | 4 ++-- app/views/new_gestionnaire/dossiers/_state_button.html.haml | 2 +- app/views/root/patron.html.haml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename app/assets/images/icons/{close.svg => refuse.svg} (100%) diff --git a/app/assets/images/icons/close.svg b/app/assets/images/icons/refuse.svg similarity index 100% rename from app/assets/images/icons/close.svg rename to app/assets/images/icons/refuse.svg diff --git a/app/assets/stylesheets/new_design/icons.scss b/app/assets/stylesheets/new_design/icons.scss index 40a1780c4..0dfbb1ec5 100644 --- a/app/assets/stylesheets/new_design/icons.scss +++ b/app/assets/stylesheets/new_design/icons.scss @@ -29,8 +29,8 @@ background-image: image-url("icons/accept.svg"); } - &.close { - background-image: image-url("icons/close.svg"); + &.refuse { + background-image: image-url("icons/refuse.svg"); } &.without-continuation { diff --git a/app/views/new_gestionnaire/dossiers/_state_button.html.haml b/app/views/new_gestionnaire/dossiers/_state_button.html.haml index 58831b3b6..5881d54ce 100644 --- a/app/views/new_gestionnaire/dossiers/_state_button.html.haml +++ b/app/views/new_gestionnaire/dossiers/_state_button.html.haml @@ -39,7 +39,7 @@ %h4 Classer sans suite L'usager ne recevra aucune notification %li{ onclick: "TPS.showMotivation('close');" } - .icon.close + .icon.refuse .description %h4 Refuser L'usager sera notifié que son dossier a été refusé diff --git a/app/views/root/patron.html.haml b/app/views/root/patron.html.haml index 3a86f8a2b..0b60bab49 100644 --- a/app/views/root/patron.html.haml +++ b/app/views/root/patron.html.haml @@ -8,7 +8,7 @@ .icon.unarchive .icon.folder .icon.accept - .icon.close + .icon.refuse .icon.without-continuation .icon.edit .icon.in-progress