From 56dcbb5b64fd1e3ad10a266b3c51c436ca9194c9 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 10 Dec 2018 16:20:13 +0100 Subject: [PATCH 1/2] Update message so that it reflects the reality --- app/views/new_user/dossiers/merci.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/new_user/dossiers/merci.html.haml b/app/views/new_user/dossiers/merci.html.haml index f587b62df..6c14d0122 100644 --- a/app/views/new_user/dossiers/merci.html.haml +++ b/app/views/new_user/dossiers/merci.html.haml @@ -18,7 +18,6 @@ Vous pouvez %b le modifier et - %b échanger avec un instructeur - lors de sa construction et de son instruction + %b échanger avec un instructeur. = link_to 'Accéder à votre dossier', dossier_path(@dossier), class: 'button large primary' From 0a1bdbb6d32ae68092bd6e0dd32e674aab9a1fe7 Mon Sep 17 00:00:00 2001 From: Frederic Merizen Date: Wed, 5 Dec 2018 18:11:56 +0100 Subject: [PATCH 2/2] [#2180] Passer sur le nouveau fournisseur de stockage --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 07e86f837..a1b4ff87b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -93,7 +93,7 @@ Rails.application.configure do # the I18n.default_locale when a translation cannot be found). config.i18n.fallbacks = true - config.active_storage.service = :clever_cloud + config.active_storage.service = :openstack # Send deprecation notices to registered listeners. config.active_support.deprecation = :notify